Changeset 125 for trunk/Install/win
- Timestamp:
- Apr 23, 2023, 12:29:52 AM (19 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 *.dbg 1 2 lib 2 BigMetro3 BigMetro.lps4 3 heaptrclog.trc 5 BigMetro.exe 6 *.dbg 7 BigMetro.res 4 TransLines 5 TransLines.lps 6 TransLines.exe 7 TransLines.res
-
- Property svn:ignore
-
trunk/Install/win/TransLines.iss
r124 r125 2 2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! 3 3 4 #define MyAppName " BigMetro"5 #define MyAppNameShort " BigMetro"4 #define MyAppName "TransLines" 5 #define MyAppNameShort "TransLines" 6 6 #define MyAppVersion "1.4.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" 9 #define MyAppURL "https://app.zdechov.net/ BigMetro/"10 #define MyAppExeName " BigMetro.exe"11 #define MyAppDebugName " BigMetro.dbg"9 #define MyAppURL "https://app.zdechov.net/translines/" 10 #define MyAppExeName "TransLines.exe" 11 #define MyAppDebugName "TransLines.dbg" 12 12 #define MyAppSubDir "../.." 13 13 … … 56 56 57 57 [Registry] 58 Root: HKLM; Subkey: "Software\Chronosoft\ BigMetro"; Flags: uninsdeletekey58 Root: HKLM; Subkey: "Software\Chronosoft\TransLines"; Flags: uninsdeletekey 59 59 60 60 [Files] -
trunk/Install/win/build.bat
r56 r125 4 4 set LAZDIR=C:\lazarus 5 5 ) 6 SET PROJECTNAME= BigMetro6 SET PROJECTNAME=TransLines 7 7 8 8 SET MAIN_EXE=..\..\%PROJECTNAME%.exe
Note:
See TracChangeset
for help on using the changeset viewer.