diff --git a/.github/workflows/main.iss b/.github/workflows/main.iss index 5ce8bbe73..61f86f5bb 100644 --- a/.github/workflows/main.iss +++ b/.github/workflows/main.iss @@ -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