Skip to content

Commit

Permalink
Add FujiNet-PC Launcher manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Feb 24, 2024
1 parent b6c83a7 commit 49456ba
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/fujinet-pc-launcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "2401.1",
"description": "Launcher GUI to control FujiNet-PC and NetSIO hub",
"homepage": "https://github.com/a8jan/fujinet-pc-launcher",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/a8jan/fujinet-pc-launcher/releases/download/release-2401.1/fujinet-pc-bundle_2401.1_windows-x64.zip",
"hash": "af54f1c2b7a78bfbcae0718bac1a59bf5269dc9b71ac6bd00a37e7ac38171e44"
}
},
"shortcuts": [
[
"launcher\\launcher.exe",
"FujiNet-PC"
]
],
"persist": [
"fujinet-pc\\SD",
"fujinet-pc\\fnconfig.ini"
],
"checkver": {
"url": "https://github.com/a8jan/fujinet-pc-launcher/tags",
"regex": "release-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/a8jan/fujinet-pc-launcher/releases/download/release-$version/fujinet-pc-bundle_$version_windows-x64.zip"
}
}

0 comments on commit 49456ba

Please sign in to comment.