generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0abd4b3
commit a9ef9ca
Showing
5 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"version": "4.0.0", | ||
"description": "Standalone recreation of DownThemAll! on Qt6", | ||
"homepage": "https://github.com/setvisible/ArrowDL", | ||
"license": "LGPL-3.0-only", | ||
"notes": [ | ||
"ArrowDL stores its settings at \"HKCU\\SOFTWARE\\Sebastien Vavassori\\ArrowDL\".", | ||
"Stream cache is left at \"C:\\Users\\<username>\\.cache\"." | ||
], | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/setvisible/ArrowDL/releases/download/v4.0.0/ArrowDL_v4.0.0_windows-mingw-x64.zip", | ||
"hash": "ac00522695651417290424ef40faf331ba44fccf3db174e73a198c47936d483b" | ||
} | ||
}, | ||
"installer": { | ||
"script": "sudo \"$dir\\install.bat\"" | ||
}, | ||
"uninstaller": { | ||
"script": "sudo \"$dir\\uninstall.bat\"" | ||
}, | ||
"persist": "queue.json", | ||
"shortcuts": [ | ||
[ | ||
"ArrowDL.exe", | ||
"ArrowDL" | ||
] | ||
], | ||
"pre_install": [ | ||
"if(!(Test-Path \"$persist_dir\\queue.json\")) { New-Item \"$dir\\queue.json\" | Out-Null }", | ||
"if(!(Test-Path \"HKCU:\\SOFTWARE\\Sebastien Vavassori\\ArrowDL\\Preference\")) { New-Item -Path \"HKCU:\\SOFTWARE\\Sebastien Vavassori\\ArrowDL\\Preference\" -Force | Out-Null }", | ||
"if(Test-Path \"HKCU:\\SOFTWARE\\Sebastien Vavassori\\ArrowDL\\Preference\") { New-ItemProperty -Path \"HKCU:\\SOFTWARE\\Sebastien Vavassori\\ArrowDL\\Preference\" -Name CheckUpdate_int -Value 0 -PropertyType String -Force | Out-Null }" | ||
], | ||
"checkver": "github", | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/setvisible/ArrowDL/releases/download/v$version/ArrowDL_v$version_windows-mingw-x64.zip" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters