Update release-staging.json

This commit is contained in:
2026-07-03 07:43:49 +00:00
parent d49c558bbb
commit d49115b958
+18 -3
View File
@@ -1,8 +1,23 @@
{ {
"version": "3.0.16", "version": "3.0.16",
"notes": "Hello", "notes": "Added new features and fixed bugs.",
"pub_date": "3/7/2025", "pub_date": "2026-07-03T12:00:00Z",
"platforms": { "platforms": {
"windows-x86_64": {"signature": "....", "url": "...."} "windows-x86_64": {
"signature": "base64_or_hex_signature_string_here",
"url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-windows.exe"
},
"darwin-x86_64": {
"signature": "base64_or_hex_signature_string_here",
"url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-macos-intel.dmg"
},
"darwin-aarch64": {
"signature": "base64_or_hex_signature_string_here",
"url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-macos-silicon.dmg"
},
"linux-x86_64": {
"signature": "base64_or_hex_signature_string_here",
"url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-linux.AppImage"
}
} }
} }