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

tachidesk-(jui|server): Rename to suwayomi-(jui|server), update to the latest versions #12894

Merged
merged 7 commits into from
May 24, 2024
34 changes: 34 additions & 0 deletions bucket/suwayomi-jui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "1.3.3",
"description": "A Suwayomi-Server client built in Compose Multiplatform",
"homepage": "https://github.com/Suwayomi/Suwayomi-JUI",
"license": {
"identifier": "MPL-2.0",
"url": "https://github.com/Suwayomi/Suwayomi-JUI/blob/master/LICENSE"
},
"suggest": {
"JRE": "java/oraclejre8"
},
"architecture": {
"64bit": {
"url": "https://github.com/Suwayomi/Suwayomi-JUI/releases/download/v1.3.3/Suwayomi-JUI-windows-x64-1.3.3.msi",
"hash": "de82ba03280c3c1132ad07690ff04db620c8a8a18e53b75e80fe26aeba4b261c"
}
},
"extract_dir": "Suwayomi-JUI",
"bin": "Suwayomi-JUI.exe",
"shortcuts": [
[
"Suwayomi-JUI.exe",
"Suwayomi-JUI"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Suwayomi/Suwayomi-JUI/releases/download/v$version/Suwayomi-JUI-windows-x64-$version.msi"
}
}
}
}
54 changes: 54 additions & 0 deletions bucket/suwayomi-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version": "1.0.0",
"description": "A manga reader compatible with Tachiyomi extensions and backups",
"homepage": "https://github.com/Suwayomi/Suwayomi-Server",
"license": {
"identifier": "MPL-2.0",
"url": "https://github.com/Suwayomi/Suwayomi-Server/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": [
"https://github.com/Suwayomi/Suwayomi-Server/releases/download/v1.0.0/Suwayomi-Server-v1.0.0-r1498-windows-x64.zip",
"https://github.com/ScoopInstaller/Extras/raw/master/scripts/suwayomi-server/suwayomi.ps1"
],
"hash": [
"6efd392fb58f652d6adc305cc039b7f8f8edcc92adc3e6e8cb1417a26c748f4b",
"d594ea87d4a94c03a011d504d36d711b0c86a914e7a31c30fa7de15b4fc17a2b"
],
"extract_dir": "Suwayomi-Server-v1.0.0-r1498-windows-x64"
},
"32bit": {
"url": [
"https://github.com/Suwayomi/Suwayomi-Server/releases/download/v1.0.0/Suwayomi-Server-v1.0.0-r1498-windows-x86.zip",
"https://github.com/ScoopInstaller/Extras/raw/master/scripts/suwayomi-server/suwayomi.ps1"
],
"hash": [
"5238549edc06f8f2f3e09116cf38138baffc56221e1f5d7591201491d2c450d7",
"d594ea87d4a94c03a011d504d36d711b0c86a914e7a31c30fa7de15b4fc17a2b"
],
"extract_dir": "Suwayomi-Server-v1.0.0-r1498-windows-x86"
}
},
"bin": "suwayomi.ps1",
"checkver": {
"url": "https://api.github.com/repositories/323996203/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "Suwayomi-Server-v([\\d.]+)-r(?<releasenumber>[\\d]+)-windows-x64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Suwayomi/Suwayomi-Server/releases/download/v$version/Suwayomi-Server-v$version-r$matchReleasenumber-windows-x64.zip",
"extract_dir": "Suwayomi-Server-v$version-r$matchReleasenumber-windows-x64"
},
"32bit": {
"url": "https://github.com/Suwayomi/Suwayomi-Server/releases/download/v$version/Suwayomi-Server-v$version-r$matchReleasenumber-windows-x86.zip",
"extract_dir": "Suwayomi-Server-v$version-r$matchReleasenumber-windows-x86"
}
},
"hash": {
"url": "$baseurl/Checksums.sha256"
}
}
}
36 changes: 0 additions & 36 deletions bucket/tachidesk-jui.json

This file was deleted.

62 changes: 0 additions & 62 deletions bucket/tachidesk-server.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$currentdir = (Get-Item -Path ".\").FullName
Set-Location $PSScriptRoot
$out = ".\Tachidesk Debug Launcher.bat"
$out = ".\Suwayomi Launcher.bat"
Start-Process $out -NoNewWindow
Set-Location $currentdir
5 changes: 0 additions & 5 deletions scripts/tachidesk-server/tachidesk-electron.ps1

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/tachidesk-server/tachidesk.ps1

This file was deleted.