1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00
This commit is contained in:
Anton 2024-10-26 09:07:01 +03:00
parent c569b04a0f
commit 4e5ce558e3
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,9 @@ Name: "{group}\Web-documentation"; Filename: "https://www.en.openintegrations.de
[Tasks]
Name: desktopicon; Description: "Create a desktop shortcut";
[InstallDelete]
Type: filesandordirs; Name: "{app}\*"
[Run]
Filename: "{cmd}"; Parameters: "/k ""cd ""{app}"" && {#MyAppExeName}"""; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Filename: "https://en.openintegrations.dev/docs/Start/CLI_version"; Flags: shellexec runasoriginaluser postinstall; Description: "Visit documentation en.openintegrations.dev"

View File

@ -47,6 +47,9 @@ Name: "{group}\Web-документация"; Filename: "https://www.openintegra
[Tasks]
Name: desktopicon; Description: "Создать ярлык на рабочем столе";
[InstallDelete]
Type: filesandordirs; Name: "{app}\*"
[Run]
Filename: "{cmd}"; Parameters: "/k ""cd ""{app}"" && {#MyAppExeName}"""; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Filename: "https://openintegrations.dev/docs/Start/CLI_version"; Flags: shellexec runasoriginaluser postinstall; Description: "Посетить страницу документации openintegrations.dev"