Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions bucket/amethyst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "2.0.7",
"description": "Amethyst is an Electron-based audio player with a node-based audio routing system, the main goal of this project is to make a music player in Typescript that has pro-level features as most DAWs / DAEs, while also providing useful tools and customizability to the end-user to deal with audio.",
"license": "MIT",
"homepage": "https://github.com/Geoxor/amethyst",
"architecture": {
"64bit": {
"url": "https://github.com/Geoxor/Amethyst/releases/download/v2.0.7/Amethyst-Setup-2.0.7.exe",
"hash": "AE5BC33C3BCD00C11BA900763F68772C41BA4D1F23CCB840333D5A2AA24629B8",
"extract_dir": "Files\\Amethyst"
},
"32bit": {
"url": "https://github.com/Geoxor/Amethyst/releases/download/v2.0.7/Amethyst-Setup-2.0.7.exe",
"hash": "AE5BC33C3BCD00C11BA900763F68772C41BA4D1F23CCB840333D5A2AA24629B8",
"extract_dir": "Files\\Amethyst"
}
},
"pre_install": [
"Invoke-ExternalCommand \"$dir\\Amethyst-Setup-2.0.7.exe\" | Out-Null",
"info 'Amethyst has been installed'"
],
"post_install": [
"Remove-Item \"$dir\\Amethyst-Setup-2.0.7.exe\""
],
"uninstaller": {
"script": "Invoke-ExternalCommand \"C:\\Users\\$env:username\\AppData\\Local\\Programs\\amethyst\\Uninstall Amethyst.exe\" | Out-Null"
}
}