Update release-staging.json
This commit is contained in:
+19
-4
@@ -1,8 +1,23 @@
|
||||
{
|
||||
"version": "3.0.16",
|
||||
"notes": "Hello",
|
||||
"pub_date": "3/7/2025",
|
||||
"notes": "Added new features and fixed bugs.",
|
||||
"pub_date": "2026-07-03T12:00:00Z",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user