Revert "polymc: Use portable version instead (#673)" (#674)

master
DioEgizio 2022-08-04 09:55:26 +02:00 committed by GitHub
parent c484551753
commit 9a3f2c2fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 20 deletions

View File

@ -3,36 +3,19 @@
"description": "An Open Source Minecraft launcher with the ability to manage multiple instances, accounts and mods. Focused on user freedom and free redistributability.",
"homepage": "https://polymc.org/",
"license": "GPL-3.0-only",
"url": "https://github.com/PolyMC/PolyMC/releases/download/1.4.1/PolyMC-Windows-Portable-1.4.1.zip",
"hash": "9f363ee10a880364c0010a9c996094ca304eb390c9b966a388990772fbca59ef",
"url": "https://github.com/PolyMC/PolyMC/releases/download/1.4.1/PolyMC-Windows-1.4.1.zip",
"hash": "702d833313318fe8e3dbafc9540d0db23b1a4c6f682283aaa6b302886c5f1aee",
"bin": "PolyMC.exe",
"pre_install": [
"if (-not (Test-Path \"$dir\\accounts.json\")) { New-Item \"$dir\\accounts.json\" -ItemType File | Out-Null }",
"if (-not (Test-Path \"$dir\\polymc.cfg\")) { New-Item \"$dir\\polymc.cfg\" -ItemType File -Value \"Analytics=false`r`nAutoUpdate=false`r`nIconTheme=pe_colored\" | Out-Null }",
"if (-not (Test-Path \"$dir\\notifications.json\")) { New-Item \"$dir\\notifications.json\" -ItemType File | Out-Null }"
],
"shortcuts": [
[
"PolyMC.exe",
"PolyMC"
]
],
"persist": [
"accounts",
"assets",
"instances",
"libraries",
"meta",
"themes",
"translations",
"accounts.json",
"polymc.cfg",
"notifications.json"
],
"checkver": {
"github": "https://github.com/PolyMC/PolyMC"
},
"autoupdate": {
"url": "https://github.com/PolyMC/PolyMC/releases/download/$version/PolyMC-Windows-Portable-$version.zip"
"url": "https://github.com/PolyMC/PolyMC/releases/download/$version/PolyMC-Windows-$version.zip"
}
}