From e4433b541c35987491a5ab6dc712e9e375dc8969 Mon Sep 17 00:00:00 2001 From: instinctualjealousy Date: Sat, 18 May 2024 13:01:48 -0500 Subject: [PATCH] ps3netsrv-webman fixes --- bucket/ps3netsrv-webman.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bucket/ps3netsrv-webman.json b/bucket/ps3netsrv-webman.json index fe587a0..cd80932 100644 --- a/bucket/ps3netsrv-webman.json +++ b/bucket/ps3netsrv-webman.json @@ -3,13 +3,18 @@ "homepage": "https://github.com/aldostools/webMAN-MOD/wiki/~-PS3-NET-Server", "version": "1.47.46", "license": "GPL-3.0-only", - "notes": "Available as both a GUI and a CLI utility. Redundant updates may occur due to linkage with webMAN versioning.", + "notes": "Available as both a GUI and a CLI (ps3netsrv.exe) utility. Redundant updates may occur due to linkage with webMAN versioning.", "url": "https://github.com/aldostools/webMAN-MOD/releases/download/1.47.46/ps3netsrv_20240210.zip", "hash": "fa72e694f51751284f33f7bcf38c40d9d8049ea0578701363019d2a848c8d282", + "extract_dir": "ps3netsrv_20240210a", + "post_install": [ + "Remove-Item \"$dir\\Linux\" -Recurse", + "Remove-Item \"$dir\\ps3netsrv\" -Recurse" + ], "shortcuts": [ [ "PS3_NET_Server.exe", - "PS3 Net Server GUI" + "PS3 NET Server" ] ], "bin": "ps3netsrv.exe", @@ -17,6 +22,7 @@ "github": "https://github.com/aldostools/webMAN-MOD" }, "autoupdate": { - "url": "https://github.com/aldostools/webMAN-MOD/releases/download/$version/ps3netsrv_20240210.zip" + "url": "https://github.com/aldostools/webMAN-MOD/releases/download/$version/ps3netsrv_20240210.zip", + "extract_dir": "ps3netsrv_20240210a" } }