[bugfix-560] don't move old installation path if it doesn't exist

This commit is contained in:
silentrald
2024-09-05 09:37:32 +08:00
parent 7ae097b990
commit bd371b56e1
6 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export interface IpcChannelMapping {
"bs-installer.folder-exists": { request: void, response: boolean };
"bs-installer.default-install-path": { request: void, response: string };
"bs-installer.install-path": { request: void, response: string};
"bs-installer.set-install-path": { request: string, response: string};
"bs-installer.set-install-path": { request: { path: string, move: boolean }, response: string};
/* ** bs-launcher-ipcs ** */
"create-launch-shortcut": { request: LaunchOption, response: boolean };