mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix-560] don't move old installation path if it doesn't exist
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user