From 41b4b88fd1678b05ea6cc54823faa595ec9097d8 Mon Sep 17 00:00:00 2001 From: Jeremy Gonyea Date: Wed, 22 Jun 2022 21:02:27 -0400 Subject: [PATCH] Bump to follow upstream 4.1.6 --- App/AppInfo/appinfo.ini | 4 ++-- App/AppInfo/installer.ini | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/App/AppInfo/appinfo.ini b/App/AppInfo/appinfo.ini index 6b56437..1e9d6b0 100644 --- a/App/AppInfo/appinfo.ini +++ b/App/AppInfo/appinfo.ini @@ -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=3.17.2.0 +PackageVersion=4.1.6.0 ;DisplayVersion is displayed to the user and used in naming the installer -DisplayVersion=3.17.2 +DisplayVersion=4.1.6 ;Some example Display and Package versions ;3.5 would be 3.5.0.0 ;4.5a would be 4.5.1.0 diff --git a/App/AppInfo/installer.ini b/App/AppInfo/installer.ini index a38943f..4eb2b71 100644 --- a/App/AppInfo/installer.ini +++ b/App/AppInfo/installer.ini @@ -33,16 +33,16 @@ CloseEXE=Unciv.exe [DownloadFiles] AdditionalInstallSize=200M -DownloadURL=https://github.com/yairm210/Unciv/releases/download/3.17.2/Unciv-Windows64.zip +DownloadURL=https://github.com/yairm210/Unciv/releases/download/4.1.6/Unciv-Windows64.zip DownloadName=Unciv-Windows64.zip DownloadFilename=Unciv-Windows64.zip -DownloadMD5=1708c92788ecb9a6b954f717b58ed883 +DownloadMD5=7dacd24fa5c7409f944443f7aa19f434 AdvancedExtract1To=App\Unciv\x64\ AdvancedExtract1Filter=** -Download2URL=https://github.com/yairm210/Unciv/releases/download/3.17.2/Unciv-Windows32.zip +Download2URL=https://github.com/yairm210/Unciv/releases/download/4.1.6/Unciv-Windows32.zip Download2Name=Unciv-Windows32.zip Download2Filename=Unciv-Windows32.zip -DownloadMD5=9ee8ac9b74f0faff072f173ee3de58d3 +DownloadMD5=1fd5565b0a7bc2ce9d5184d201e6915d AdvancedExtract2To=App\Unciv\x86\ AdvancedExtract2Filter=** \ No newline at end of file