Skip to content

Commit

Permalink
New udpbd-xeb-sync manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Dec 29, 2024
1 parent 4cb3f89 commit 80b6f8b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bucket/udpbd-vexfat.json

This file was deleted.

41 changes: 41 additions & 0 deletions bucket/udpbd-xeb-sync.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "2.3.0.1",
"description": "Sync app that automates the setup process for XEB+ neutrino Launcher UDPBD mode",
"homepage": "https://github.com/MegaBitmap/UDPBD-for-XEBP",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/MegaBitmap/UDPBD-for-XEBP/releases/download/2.3.0.1/UDPBD-for-XEBP-v2.3.0.1.zip",
"hash": "b12994bf6fbeee8533e0bc58c2a7ed0675557847f41d2073637c4f742ea48580",
"extract_dir": "UDPBD-for-XEB+ Sync App"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\GamePathSetting.cfg\")) { New-Item -ItemType File \"$dir\\GamePathSetting.cfg\" | Out-Null }",
"if (!(Test-Path \"$persist_dir\\IPSetting.cfg\")) { New-Item -ItemType File \"$dir\\IPSetting.cfg\" | Out-Null }"
],
"bin": [
"UDPBD-for-XEB+-CLI.exe",
"udpbd-vexfat.exe",
"udpbd-server.exe"
],
"shortcuts": [
[
"UDPBD-for-XEB+-GUI.exe",
"UDPBD for XEB+ GUI"
]
],
"persist": [
"GamePathSetting.cfg",
"IPSetting.cfg"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MegaBitmap/UDPBD-for-XEBP/releases/download/$version/UDPBD-for-XEBP-v$version.zip",
"extract_dir": "UDPBD-for-XEB+ Sync App"
}
}
}
}

0 comments on commit 80b6f8b

Please sign in to comment.