From 2467f7a620be3c927956bb17c87b6082645b50e1 Mon Sep 17 00:00:00 2001 From: naim <18642485+Mahir007@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:30:29 +0000 Subject: [PATCH] Update and rename chiaki4deck.json to chiaki-ng.json --- bucket/chiaki-ng.json | 45 +++++++++++++++++++++++++++++++++++++++++ bucket/chiaki4deck.json | 40 ------------------------------------ 2 files changed, 45 insertions(+), 40 deletions(-) create mode 100644 bucket/chiaki-ng.json delete mode 100644 bucket/chiaki4deck.json diff --git a/bucket/chiaki-ng.json b/bucket/chiaki-ng.json new file mode 100644 index 000000000000..55a833d73a6b --- /dev/null +++ b/bucket/chiaki-ng.json @@ -0,0 +1,45 @@ +{ + "version": "1.9.3", + "description": "Next-Generation of Chiaki (the open-source remote play client for PlayStation)", + "homepage": "https://streetpea.github.io/chiaki-ng/", + "license": { + "identifier": "AGPL-3.0-only", + "url": "https://github.com/streetpea/chiaki-ng/blob/main/COPYING" + }, + "suggest": { + "Microsoft Visual C++ Runtime 2022": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/streetpea/chiaki-ng/releases/download/v1.9.3/chiaki-ng-windows-installer.exe", + "hash": "52aa644f80e4f16217c7b54793d266084074f6a172eafa42060e166a9a6fa467" + } + }, + "innosetup": true, + "bin": [ + [ + "chiaki.exe", + "chiaki-ng" + ] + ], + "shortcuts": [ + [ + "chiaki.exe", + "chiaki-ng" + ] + ], + "post_uninstall": [ + "Remove-Item -Path \"$env:LocalAppData\\Chiaki\" -Recurse -Force -ErrorAction SilentlyContinue", + "Remove-Item -Path \"$env:AppData\\Chiaki\" -Recurse -Force -ErrorAction SilentlyContinue" + ], + "checkver": { + "github": "https://github.com/streetpea/chiaki-ng/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/streetpea/chiaki-ng/releases/download/v$version/chiaki-ng-windows-installer.exe" + } + } + } +} diff --git a/bucket/chiaki4deck.json b/bucket/chiaki4deck.json deleted file mode 100644 index 3b3e21cc086b..000000000000 --- a/bucket/chiaki4deck.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "version": "1.6.6", - "description": "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use", - "homepage": "https://github.com/streetpea/chiaki4deck", - "license": "AGPL-3.0-only", - "architecture": { - "64bit": { - "url": "https://github.com/streetpea/chiaki4deck/releases/download/v1.6.6/Chiaki4deck-win_x64-VC-Release.zip", - "hash": "c16475f05bd55ac8b38c226646bbfe64fd5dbc7e24b352215dadb46473a1c561", - "pre_install": [ - "$archive = \"Chiaki4deck-Win_x64-VC-$version.zip\"", - "Expand-7zipArchive \"$dir\\$archive\" \"$dir\" -ExtractDir \"Chiaki4deck-VC\"", - "Remove-Item \"$dir\\$archive\"" - ] - } - }, - "bin": [ - [ - "chiaki.exe", - "chiaki4deck" - ] - ], - "shortcuts": [ - [ - "chiaki.exe", - "chiaki4deck" - ] - ], - "checkver": { - "github": "https://github.com/streetpea/chiaki4deck" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/streetpea/chiaki4deck/releases/download/v$version/Chiaki4deck-win_x64-VC-Release.zip" - } - }, - "extract_dir": "chiaki4deck_$version" - } -}