Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 25 additions & 10 deletions bucket/tcno-acc-switcher.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
{
"version": "5.0-2024-08-25_00",
"description": "A super fast account switcher for Steam",
"version": "2025-11-09_00",
"description": "A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others!",
"homepage": "https://github.com/TcNobo/TcNo-Acc-Switcher",
"license": "GPL-3.0-only,LGPL-2.1-only,...",
"notes": ".NET Framework 4.8 is required.",
"url": "https://github.com/TCNOco/TcNo-Acc-Switcher/releases/download/2024-08-25_00/TcNo-Acc-Switcher_2024-08-25_00.7z",
"hash": "3c9d9b87ef066cb0f22840d43aa9347dddd64c5b1eb6bc4240244a2d4c3ff0af",
"notes": [
"Run `First Run Installer` to ensure that all required runtimes are properly installed.",
"This step only needs to be performed once per computer — running it again will have no effect."
],
"architecture": {
"64bit": {
"url": "https://github.com/TCNOco/TcNo-Acc-Switcher/releases/download/2025-11-09_00/TcNo-Acc-Switcher_2025-11-09_00.7z",
"hash": "88dddd601be089e3cac7798e96f8e93582134b2f722fde058532f4b480775057"
}
},
"shortcuts": [
[
"_First_Run_Installer.exe",
"TcNo Account Switcher\\First Run Installer"
],
[
"TcNo-Acc-Switcher.exe",
"TcNo Account Switcher"
"TcNo Account Switcher\\TcNo Account Switcher"
]
],
"checkver": {
"github": "https://github.com/TcNobo/TcNo-Acc-Switcher",
"regex": "TcNo Account Switcher - v([\\d.]+) - (?<date>\\d{4}-\\d{2}-\\d{2}_\\d{2})",
"replace": "${1}-${2}"
"url": "https://api.github.com/repositories/219172950/releases/latest",
"jsonpath": "$.assets[?(@.name =~ /.+\\.7z/i)].browser_download_url",
"regex": "(?i)download/([\\d._-]+)/(?<name>(?![^\"]+CEF)[^\"]+\\.7z)"
},
"autoupdate": {
"url": "https://github.com/TCNOco/TcNo-Acc-Switcher/releases/download/$matchDate/TcNo-Acc-Switcher_$matchDate.7z"
"architecture": {
"64bit": {
"url": "https://github.com/TCNOco/TcNo-Acc-Switcher/releases/download/$version/$matchName"
}
}
}
}