Skip to content

Commit

Permalink
tauri resource临时处理
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Aug 5, 2024
1 parent efbf853 commit 9643416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ pub fn run() {
dir.join("../src-autostart/target/debug/autostart.exe")
} else {
let exe = current_exe().unwrap();
exe.join("../bin/autostart.exe")
// bug: https://github.com/tauri-apps/tauri/pull/10293
exe.join("../bin/autostart.exe/autostart.exe")
};
path.to_str().unwrap().to_string()
}
Expand Down

0 comments on commit 9643416

Please sign in to comment.