Skip to content

Commit

Permalink
unciv: Update to 4.6.12 and remove deprecated 32 bit (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
superusercode authored May 23, 2023
1 parent ef5d7ee commit adf5e8d
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions bucket/unciv.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
"version": "4.2.12",
"version": "4.6.12",
"homepage": "https://github.com/yairm210/UnCiv",
"description": "Open source, mod-friendly Android + Desktop remake of Civ V, made with LibGDX",
"license": "MPL-2.0",
"suggest": {
"Java Runtime Environment": "java/temurin-jre"
},
"architecture": {
"64bit": {
"url": "https://github.com/yairm210/Unciv/releases/download/4.2.12/Unciv-Windows64.zip",
"hash": "192D4F028F6CD72E25AF83D8CE2BBA3DC7FC226C6B8F95D4B198413ABB2209B6"
},
"32bit": {
"url": "https://github.com/yairm210/Unciv/releases/download/4.2.12/Unciv-Windows32.zip",
"hash": "AA9A69BF3612D5245E80E025CA690A3E5CDEA2C99338580B0DB396CBB77C1389"
}
},
"url": "https://github.com/yairm210/Unciv/releases/download/4.6.12/Unciv-Windows64.zip",
"hash": "fe08230e031b95cd0d53c4bcb025cb8e79ec9a546fcd58b0f27db3b122b6f668",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\GameSettings.json\")) {",
"New-Item \"$dir\\GameSettings.json\" -Value '{resolution:1200x800,windowState:{width:1920,height:1080},isFreshlyCreated:true,multiplayer:{userId:},version:1}' | Out-Null",
Expand All @@ -32,15 +24,10 @@
"GameSettings.json",
"SaveFiles"
],
"checkver": "github",
"checkver": {
"github": "https://github.com/yairm210/UnCiv"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yairm210/Unciv/releases/download/$version/Unciv-Windows64.zip"
},
"32bit": {
"url": "https://github.com/yairm210/Unciv/releases/download/$version/Unciv-Windows32.zip"
}
}
"url": "https://github.com/yairm210/Unciv/releases/download/$version/Unciv-Windows64.zip"
}
}

0 comments on commit adf5e8d

Please sign in to comment.