Changeset 139 for tags/1.2.0/Install
- Timestamp:
- Mar 5, 2022, 5:32:14 PM (3 years ago)
- Location:
- tags/1.2.0/Install/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.2.0/Install/win/LazFuck.iss
r119 r139 5 5 #define MyAppNameShort "LazFuck" 6 6 #define MyAppVersion "1.2.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" … … 76 76 ;Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion 77 77 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 78 78 Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion 79 79 80 80 [Icons] -
tags/1.2.0/Install/win/build.bat
r94 r139 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss"
Note:
See TracChangeset
for help on using the changeset viewer.