Skip to content

Commit

Permalink
Updated links for nightly 2.1.0-beta.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianBDev committed Aug 20, 2024
1 parent ecf8fff commit 10ae4e5
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,78 +132,78 @@
},
"nightly": {
"enabled": true,
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"windows": [
{
"type": "online",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_online_installer_Windows_x64.zip",
"size": "11.7 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_online_installer_Windows_x64.zip",
"size": "15.6 MB"
},
{
"type": "offline",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_offline_installer_Windows_x64.zip",
"size": "49.4 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_offline_installer_Windows_x64.zip",
"size": "53.4 MB"
},
{
"type": "binaries",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_binaries_Windows_x64.zip",
"size": "21.3 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_binaries_Windows_x64.zip",
"size": "21.9 MB"
}
],
"linux": [
{
"type": "online",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_online_installer_Linux_x64.zip",
"size": "12.4 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_online_installer_Linux_x64.zip",
"size": "15.8 MB"
},
{
"type": "offline",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_offline_installer_Linux_x64.zip",
"size": "58.4 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_offline_installer_Linux_x64.zip",
"size": "62.1 MB"
},
{
"type": "binaries",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_binaries_Linux_x64.zip",
"size": "75.8 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_binaries_Linux_x64.zip",
"size": "78.4 MB"
},
{
"type": "appimage",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_appimage_Linux_x64.zip",
"size": "75.9 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_appimage_Linux_x64.zip",
"size": "76.5 MB"
}
],
"macos": [
{
"type": "online",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_online_installer_Mac_x64.zip",
"size": "10.6 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_online_installer_Mac_x64.zip",
"size": "13.6 MB"
},
{
"type": "offline",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_offline_installer_Mac_x64.zip",
"size": "24 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_offline_installer_Mac_x64.zip",
"size": "27 MB"
},
{
"type": "binaries",
"configuration": "x64",
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.1/Degate_binaries_Mac_x64.zip",
"size": "53.8 MB"
"url": "https://github.com/DegateCommunity/Degate/releases/download/v2.1.0-beta.2/Degate_binaries_Mac_x64.zip",
"size": "54.9 MB"
}
],
"other": [
{
"type": "source_code",
"configuration": "",
"url": "https://github.com/DegateCommunity/Degate/archive/v2.1.0-beta.1.zip",
"url": "https://github.com/DegateCommunity/Degate/archive/v2.1.0-beta.2.zip",
"size": ""
},
{
Expand Down

0 comments on commit 10ae4e5

Please sign in to comment.