Changeset 138 for trunk/Install/win


Ignore:
Timestamp:
Jul 6, 2017, 12:24:14 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Updated 1.1.0 version in all related files.
  • Added: Windows installer for 1.1.0 version.
Location:
trunk/Install/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/build.bat

    r136 r138  
    1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=i386 ../../xtactics.lpr
    2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=x86_64 ../../xtactics.lpr
     1%LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ../../xtactics.lpr
     2%LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ../../xtactics.lpr
    33
    44"C:\Program Files (x86)\Inno Setup 5\iscc.exe" xTactics.iss
  • trunk/Install/win/xTactics.iss

    r136 r138  
    33
    44#define MyAppName "xTactics"
    5 #define MyAppVersion "1.0"
     5#define MyAppVersion "1.2.0-alfa"
    66#define MyAppPublisher "Chronosoft"
    77#define MyAppPublisherShort "Chronosoft"
Note: See TracChangeset for help on using the changeset viewer.