mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"description": "Portable applications launcher",
|
|
"homepage": "http://www.salvadorsoftware.com/asuite",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/asuite/ASuite/2.0.0/asuite_x64-v2.0.0.7z",
|
|
"hash": "1366d2325e48d775f772959abd2014bd47b1fdc780033dcffe7b0d5e6712c23a",
|
|
"bin": [
|
|
"asuite_x64.exe",
|
|
[
|
|
"asuite_x64.exe",
|
|
"asuite"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"asuite_x64.exe",
|
|
"ASuite"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/asuite/ASuite/2.0.0/asuite-v2.0.0.7z",
|
|
"hash": "ac450a8722ac4c5fa20482d732150e55c862da49c9d3994ddd01258460ab824f",
|
|
"bin": "asuite.exe",
|
|
"shortcuts": [
|
|
[
|
|
"asuite.exe",
|
|
"ASuite"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"pre_install": "'asuite_x64.sqlite', 'asuite.sqlite' | ForEach-Object { if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null } }",
|
|
"persist": [
|
|
"backup",
|
|
"cache",
|
|
"asuite_x64.sqlite",
|
|
"asuite.sqlite"
|
|
]
|
|
}
|