From d49115b958b0079661a8d2db8d1a394c47f2164c Mon Sep 17 00:00:00 2001 From: Tien Nguyen Date: Fri, 3 Jul 2026 07:43:49 +0000 Subject: [PATCH] Update release-staging.json --- release-staging.json | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) 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