Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chiaki-ng: Update and rename chiaki4deck.json manifest to chiaki-ng.json #1294

Merged
merged 1 commit into from
Dec 18, 2024
Merged
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
Update and rename chiaki4deck.json to chiaki-ng.json
Mahir007 authored Dec 17, 2024
commit 2467f7a620be3c927956bb17c87b6082645b50e1
45 changes: 45 additions & 0 deletions bucket/chiaki-ng.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
40 changes: 0 additions & 40 deletions bucket/chiaki4deck.json

This file was deleted.