diff --git a/release-staging.json b/release-staging.json index 0524b03..31dbf3e 100644 --- a/release-staging.json +++ b/release-staging.json @@ -1,8 +1,23 @@ -{ - "version": "3.0.16", - "notes": "Hello", - "pub_date": "3/7/2025", - "platforms": { - "windows-x86_64": {"signature": "....", "url": "...."} - } -} \ No newline at end of file +{ + "version": "3.0.16", + "notes": "Added new features and fixed bugs.", + "pub_date": "2026-07-03T12:00:00Z", + "platforms": { + "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" + } + } + } \ No newline at end of file