mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
Fastfix
This commit is contained in:
parent
c569b04a0f
commit
4e5ce558e3
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user