Ignore:
Timestamp:
May 9, 2020, 4:02:07 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Improved HighDPI branch. Imported new changes from trunk branch.
Location:
branches/highdpi/Install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Install/deb/debian/control

    r178 r210  
    88Package: c-evo
    99Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends},
     10Depends: ${shlibs:Depends}, ${misc:Depends}, sox, libsox-fmt-mp3
    1111Description: Empire building game
    1212HomePage: https://app.zdechov.net/c-evo
  • branches/highdpi/Install/win/C-evo.iss

    r160 r210  
    1919AppVersion={#MyAppVersion}
    2020AppVerName={#MyAppName} {#MyAppVersion}
     21UninstallDisplayName={#MyAppName}
     22UninstallDisplayIcon="{app}\{#MyAppExeName}"
     23VersionInfoVersion={#MyAppVersion}
     24VersionInfoCompany={#MyAppPublisher} 
    2125AppPublisher={#MyAppPublisher}
    2226AppPublisherURL={#MyAppURL}
     
    8084Name: "ai\seti"; Description: "SETI"; Types: full; Check: not Is64BitInstallMode;
    8185Name: "ai\shah"; Description: "Shah"; Types: full; Check: not Is64BitInstallMode;
     86Name: "ai_template"; Description: "AI template"; Types: full
    8287
    8388[Files]
     
    97102Source: "{#MyAppSubDir}\Language.txt"; DestDir: "{app}"; Flags: ignoreversion; Components: main
    98103Source: "{#MyAppSubDir}\Language2.txt"; DestDir: "{app}"; Flags: ignoreversion; Components: main
     104Source: "{#MyAppSubDir}\AI Template\*.*"; DestDir: "{app}\AI Template"; Flags: ignoreversion recursesubdirs; Components: ai_template
    99105Source: "{#MyAppSubDir}\AI\StdAI\lib\x86_64-win64-Release\StdAI.dll"; DestDir: "{app}\AI\StdAI"; DestName: "StdAI-win64.dll"; Flags: ignoreversion; Components: ai\stdai
    100106Source: "{#MyAppSubDir}\AI\StdAI\lib\i386-win32-Release\StdAI.dll"; DestDir: "{app}\AI\StdAI"; DestName: "StdAI-win32.dll"; Flags: ignoreversion; Components: ai\stdai
Note: See TracChangeset for help on using the changeset viewer.