Skip to content

Commit

Permalink
Removed x86 version. Updated to upstream 4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonyea committed Mar 18, 2023
1 parent 41b4b88 commit 33b001b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
4 changes: 2 additions & 2 deletions App/AppInfo/Launcher/UnCivPortable.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[Launch]
;This section details how an app is started and where it works
;ProgramExecutable is the EXE to run to start the app relative to the UncivPortable\App directory
ProgramExecutable=Unciv\x86\Unciv.exe
ProgramExecutable=Unciv\x64\Unciv.exe
;ProgramExecutable64 is an optional EXE to run if running on Windows 64-bit
ProgramExecutable64=Unciv\x64\Unciv.exe
;ProgramExecutable64=Unciv\x64\Unciv.exe
;CommandLineArguments is an optional setting that will cause the above EXE to be launched with this string passed
;CommandLineArguments=-settings=%PAL:DataDir%\
;WorkingDirectory is the directory that will be used when launching which other items will be relative to. Use should be avoided when possible as it will prevent passing multiple relative file locations via command line
Expand Down
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ UsesJava=yes

[Version]
;PackageVersion is used by the installer and the updater. It must be in dotted quad X.X.X.X format for use by Windows. You must ensure that each successive version has a higher package version than the previous or it will not be treated as a newer version by the platform's updater. Generally, the PackageVersion is based on the DisplayVersion. So an app with version 3.5 will have a package version of 3.5.0.0.
PackageVersion=4.1.6.0
PackageVersion=4.5.9.0
;DisplayVersion is displayed to the user and used in naming the installer
DisplayVersion=4.1.6
DisplayVersion=4.5.9
;Some example Display and Package versions
;3.5 would be 3.5.0.0
;4.5a would be 4.5.1.0
Expand Down
20 changes: 4 additions & 16 deletions App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@

[DirectoriesToPreserve]
;This indicates to the installer that these files will be preserved. We do this so that the fictitious portable configuration directory we handle in the example AppNamePortable.ini isn't lost if a crash and the upgrade occurs.
PreserveDirectory1=App\Unciv\x86\SaveFiles
PreserveDirectory2=App\Unciv\x86\mods
PreserveDirectory3=App\Unciv\x86\music
PreserveDirectory4=App\Unciv\x64\SaveFiles
PreserveDirectory5=App\Unciv\x64\mods
PreserveDirectory6=App\Unciv\x64\music

[FilesToPreserve]
;This indicates to the installer that these files will be preserved. Wildcards are supported. We do this so that the fictitious portable configuration file we handle in the example AppNamePortable.ini isn't lost if a crash and the upgrade occurs.
PreserveFile1=App\Unciv\x86\GameSettings.json
PreserveFile2=App\Unciv\x86\mods\*
PreserveFile3=App\Unciv\x86\music\*
PreserveFile4=App\Unciv\x86\SaveFiles\*

PreserveFile5=App\Unciv\x64\GameSettings.json
PreserveFile6=App\Unciv\x64\mods\*
PreserveFile7=App\Unciv\x64\music\*
Expand All @@ -33,16 +28,9 @@ CloseEXE=Unciv.exe
[DownloadFiles]
AdditionalInstallSize=200M

DownloadURL=https://github.com/yairm210/Unciv/releases/download/4.1.6/Unciv-Windows64.zip
DownloadURL=https://github.com/yairm210/Unciv/releases/download/4.5.9/Unciv-Windows64.zip
DownloadName=Unciv-Windows64.zip
DownloadFilename=Unciv-Windows64.zip
DownloadMD5=7dacd24fa5c7409f944443f7aa19f434
DownloadMD5=690a203ef872faddaa8a6e32457948fb
AdvancedExtract1To=App\Unciv\x64\
AdvancedExtract1Filter=**

Download2URL=https://github.com/yairm210/Unciv/releases/download/4.1.6/Unciv-Windows32.zip
Download2Name=Unciv-Windows32.zip
Download2Filename=Unciv-Windows32.zip
DownloadMD5=1fd5565b0a7bc2ce9d5184d201e6915d
AdvancedExtract2To=App\Unciv\x86\
AdvancedExtract2Filter=**
AdvancedExtract1Filter=**

0 comments on commit 33b001b

Please sign in to comment.