Skip to content

Commit 9fb9176

Browse files
Auto-update VCMI update JSON files
1 parent 03c1772 commit 9fb9176

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

vcmi-beta.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "",
3+
"commit": "",
4+
"buildDate": "",
5+
"changeLog": "",
6+
"download": {
7+
"windows-x64": "",
8+
"windows-x86": "",
9+
"windows-arm64": "",
10+
"macos-intel": "",
11+
"macos-arm": "",
12+
"android-armeabi-v7a": "",
13+
"android-arm64-v8a": "",
14+
"ios-ios": ""
15+
}
16+
}

vcmi-develop.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "1.7.0",
3+
"commit": "72bc79a",
4+
"buildDate": "2025-08-23 20:20:00",
5+
"changeLog": "Latest nightly build from develop branch.",
6+
"download": {
7+
"windows-x64": "https://builds.vcmi.download/branch/develop/windows-x64/VCMI-branch-develop-72bc79a.exe",
8+
"windows-x86": "https://builds.vcmi.download/branch/develop/windows-x86/VCMI-branch-develop-72bc79a.exe",
9+
"windows-arm64": "https://builds.vcmi.download/branch/develop/windows-arm64/VCMI-branch-develop-72bc79a.exe",
10+
"macos-intel": "https://builds.vcmi.download/branch/develop/macos-intel/VCMI-branch-develop-72bc79a.dmg",
11+
"macos-arm": "https://builds.vcmi.download/branch/develop/macos-arm/VCMI-branch-develop-72bc79a.dmg",
12+
"android-armeabi-v7a": "https://builds.vcmi.download/branch/develop/android-armeabi-v7a/VCMI-branch-develop-72bc79a.apk",
13+
"android-arm64-v8a": "https://builds.vcmi.download/branch/develop/android-arm64-v8a/VCMI-branch-develop-72bc79a.apk",
14+
"ios-ios": "https://builds.vcmi.download/branch/develop/ios/VCMI-branch-develop-72bc79a.ipa"
15+
}
16+
}

vcmi-stable.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "1.6.8",
3+
"buildDate": "2025-04-25 16:12:54",
4+
"changeLog": "Note: saved games from 1.5 release can be loaded in 1.6\r\n\r\n### Changelog\r\n- Player Changelog: [1.6.7 -> 1.6.8](https://github.com/vcmi/vcmi/blob/master/ChangeLog.md#167---168)\r\n- Full Changelog: https://github.com/vcmi/vcmi/compare/1.6.7..1.6.8\r\n\r\n### Additional builds\r\n<!-- - Android release will be available on Google Play shortly -->\r\n<!-- - Linux release will be available on Flathub shortly -->\r\n<!-- - Ubuntu release will be available on VCMI PPA shortly -->\r\n<!-- - Android release is available on [Google Play](https://play.google.com/store/apps/details?id=is.xyz.vcmi) -->\r\n<!-- - Linux release is available on [Flathub](https://flathub.org/apps/eu.vcmi.VCMI) -->\r\n<!-- - Ubuntu release is available on [VCMI PPA](https://launchpad.net/~vcmi/+archive/ubuntu/ppa) -->\r\n\r\n- Android release is available on [Google Play](https://play.google.com/store/apps/details?id=is.xyz.vcmi)\r\n- Linux release is available on [Flathub](https://flathub.org/apps/eu.vcmi.VCMI)\r\n- Ubuntu release is available on [VCMI PPA](https://launchpad.net/~vcmi/+archive/ubuntu/ppa)\r\n- macOS release can be installed via Homebrew: `brew install --cask --no-quarantine vcmi/vcmi/vcmi`",
5+
"download": {
6+
"windows-x64": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-Windows.exe",
7+
"windows-x86": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-Windows32bit.exe",
8+
"windows-arm64": "",
9+
"macos-intel": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-macOS-intel.dmg",
10+
"macos-arm": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-macOS-arm.dmg",
11+
"android-armeabi-v7a": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-Android-armeabi-v7a.apk",
12+
"android-arm64-v8a": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-Android-arm64-v8a.apk",
13+
"ios-ios": "https://github.com/vcmi/vcmi/releases/download/1.6.8/VCMI-iOS.ipa"
14+
}
15+
}

0 commit comments

Comments
 (0)