Skip to content

Commit

Permalink
Merge pull request #209 from Tormak9970/dev
Browse files Browse the repository at this point in the history
chore: build next release
  • Loading branch information
Tormak9970 authored Oct 12, 2024
2 parents 64b5b9e + 91b702f commit b827fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/start_menu_tiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn get_app_tiles_dir(app_handle: AppHandle) -> PathBuf {
#[cfg(target_os = "linux")]
// Gets the app tiles directory. (Linux)
fn get_app_tiles_dir(app_handle: AppHandle) -> PathBuf {
let data_dir: PathBuf = app_handle.to_owned().path().expect("User's data directory should have existed.");
let data_dir: PathBuf = app_handle.to_owned().path().data_dir().expect("User's data directory should have existed.");
let app_tiles_dir: PathBuf = data_dir.join("applications");

return app_tiles_dir;
Expand Down

0 comments on commit b827fb2

Please sign in to comment.