mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"version": "0.15.0",
|
|
"description": "A music streaming application",
|
|
"homepage": "https://github.com/agersant/polaris",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/agersant/polaris/releases/download/0.15.0/Polaris_0.15.0.msi",
|
|
"hash": "8adf1743bbb598e2b9cdb380160506d68da2be53efd6007e0c1a17de2288cb23"
|
|
}
|
|
},
|
|
"extract_dir": "Permafrost\\Polaris",
|
|
"pre_install": [
|
|
"ensure \"$persist_dir\" | Out-Null",
|
|
"Copy-Item \"$persist_dir\\db.sqlite\" \"$dir\" -ErrorAction SilentlyContinue -Force"
|
|
],
|
|
"uninstaller": {
|
|
"script": "Copy-Item \"$dir\\db.sqlite\" \"$persist_dir\" -ErrorAction SilentlyContinue -Force"
|
|
},
|
|
"bin": [
|
|
[
|
|
"polaris.exe",
|
|
"polaris",
|
|
"-w \"$dir\\web\" -s \"$dir\\swagger\" -d \"$dir\\db.sqlite\""
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"polaris.exe",
|
|
"polaris",
|
|
"-w \"$dir\\web\" -s \"$dir\\swagger\" -d \"$dir\\db.sqlite\""
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/agersant/polaris/releases/download/$version/Polaris_$version.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|