Skip to content

Commit

Permalink
freeorion 0.5.0.1: Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
mifuyne committed Mar 15, 2024
1 parent 56d0bba commit a39b2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/freeorion.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Turn-based space empire and galactic conquest (4X) game",
"homepage": "https://freeorion.org/",
"license": "GPL-2.0",
"url": "https://github.com/freeorion/freeorion/releases/download/v0.5.0.1/FreeOrion_v0.5.0.1_Win32_Setup.exe",
"url": "https://github.com/freeorion/freeorion/releases/download/v0.5.0.1/FreeOrion_v0.5.0.1_Win32_Setup.exe#/dl.zip",
"hash": "754aff7b80e07156908d5d739fc558f4b20cc11522783352b412f6f3c33d03af",
"shortcuts": [
[
Expand All @@ -20,6 +20,6 @@
"github": "https://github.com/freeorion/freeorion"
},
"autoupdate": {
"url": "https://github.com/freeorion/freeorion/releases/download/v$version/FreeOrion_v$version_Win32_Setup.exe"
"url": "https://github.com/freeorion/freeorion/releases/download/v$version/FreeOrion_v$version_Win32_Setup.exe#/dl.zip"
}
}

0 comments on commit a39b2e5

Please sign in to comment.