win32 fix
This commit is contained in:
@@ -162,7 +162,7 @@ Source: "3rd_party\winfsp-@WINFSP_VERSION@.msi"; DestDir: "{app}"; Flags: ignore
|
|||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Parameters: "-ui --hidden"; IconFilename: "{app}\icon.ico"
|
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Parameters: "-ui --hidden"; IconFilename: "{app}\icon.ico"
|
||||||
Name: "{userstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Parameters: "-ui --launch_only --hidden"; IconFilename: "{app}\icon.ico"
|
Name: "{userstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Parameters: "-ui -lo --hidden"; IconFilename: "{app}\icon.ico"
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
Filename: "msiexec.exe"; WorkingDir: "{app}"; Parameters: "/a winfsp-@WINFSP_VERSION@.msi /norestart"; \
|
Filename: "msiexec.exe"; WorkingDir: "{app}"; Parameters: "/a winfsp-@WINFSP_VERSION@.msi /norestart"; \
|
||||||
|
@@ -261,7 +261,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
|
|||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
if (auto_start) {
|
if (auto_start) {
|
||||||
utils::shortcut_cfg cfg{};
|
utils::shortcut_cfg cfg{};
|
||||||
cfg.arguments = L"-ui -lo";
|
cfg.arguments = L"-ui -lo --hidden";
|
||||||
cfg.exe_path = utils::path::combine(L".", {L"repertory"});
|
cfg.exe_path = utils::path::combine(L".", {L"repertory"});
|
||||||
cfg.icon_path = utils::path::combine(L".", {L"icon.ico"});
|
cfg.icon_path = utils::path::combine(L".", {L"icon.ico"});
|
||||||
cfg.shortcut_name = L"repertory";
|
cfg.shortcut_name = L"repertory";
|
||||||
|
Reference in New Issue
Block a user