Skip to content

Commit 2a7b6ca

Browse files
author
Kevin Souza
committed
wrong config_dir on linux
1 parent 1062774 commit 2a7b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn run() {
7575

7676
let platform = std::env::consts::OS;
7777
if platform == "linux" {
78-
app_data_dir = app.path().config_dir()?;
78+
app_data_dir = app.path().app_config_dir()?;
7979
}
8080

8181
async_runtime::block_on(async {

0 commit comments

Comments
 (0)