1
0
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:
Anton 2024-06-02 12:12:24 +03:00
parent dc9868ab82
commit c6c2c9d660

View File

@ -6,8 +6,8 @@
#define MyAppPublisher "bayselonarrend" #define MyAppPublisher "bayselonarrend"
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.exe" #define MyAppExeName "oint.exe"
#define GDrive "D:\GD" #define GDrive "G:"
#define Repo "D:\Repos\OpenIntegrations" #define Repo "C:\Repos\OpI"
[Setup] [Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; 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] [Files]
Source: "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion 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 Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; NOTE: Don't use "Flags: ignoreversion" on any shared system files