close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Dec 21, 2014, 2:34:36 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Update inno setup script.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        77Config.xml
        88backup
         9xtactics.exe
  • trunk/Install/xTactics.iss

    r92 r93  
    33
    44#define MyAppName "xTactics"
    5 #define MyAppVersion "1.0.0"
    6 #define MyAppPublisher "Chronos"
    7 #define MyAppPublisherShort "Chronos"
    8 #define MyAppURL "http://xtactics.zdechov.net/"
     5#define MyAppVersion "1.0"
     6#define MyAppPublisher "Chronosoft"
     7#define MyAppPublisherShort "Chronosoft"
     8#define MyAppURL "http://svn.zdechov.net/trac/xtactics"
    99#define MyAppExeName "xtactics.exe"
    1010#define MyAppDebugName "xtactics.dbg"
     
    5252;Source: "{#MyAppSubDir}\{#MyAppDebugName}"; DestDir: "{app}"; Flags: ignoreversion
    5353Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    54 Source: "{#MyAppSubDir}\Images\Maps\*.*"; DestDir: "{app}\Maps"; Flags: ignoreversion
     54Source: "{#MyAppSubDir}\Images\Maps\*.*"; DestDir: "{app}\Images\Maps"; Flags: ignoreversion
    5555; NOTE: Don't use "Flags: ignoreversion" on any shared system files
    5656
Note: See TracChangeset for help on using the changeset viewer.