fix: wrong exe path

This commit is contained in:
GyDi
2022-02-21 22:33:37 +08:00
parent 49540c7151
commit 77663d64a0
4 changed files with 15 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ pub fn resolve_setup(app: &App) {
}
verge.init_sysproxy(clash.info.port.clone());
verge.init_launch(app.package_info());
verge.init_launch();
if let Err(err) = verge.sync_launch() {
log::error!("{}", err);
}