mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Update main.iss
This commit is contained in:
parent
dc9868ab82
commit
c6c2c9d660
6
.github/workflows/main.iss
vendored
6
.github/workflows/main.iss
vendored
@ -6,8 +6,8 @@
|
||||
#define MyAppPublisher "bayselonarrend"
|
||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||
#define MyAppExeName "oint.exe"
|
||||
#define GDrive "D:\GD"
|
||||
#define Repo "D:\Repos\OpenIntegrations"
|
||||
#define GDrive "G:"
|
||||
#define Repo "C:\Repos\OpI"
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
||||
@ -41,7 +41,7 @@ Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
|
||||
|
||||
[Files]
|
||||
Source: "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{#Repo}\cli\start.bat"; DestDir: "{app}"
|
||||
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
|
||||
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user