From 292a7f81bdf7926cdc80acd9e253a0d757efccd0 Mon Sep 17 00:00:00 2001 From: George Tsotsos <34042825+Geoxor@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:34:38 +0300 Subject: [PATCH 1/2] Create amethyst.json --- bucket/amethyst.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/amethyst.json diff --git a/bucket/amethyst.json b/bucket/amethyst.json new file mode 100644 index 0000000000000..04ea4dfb4bccd --- /dev/null +++ b/bucket/amethyst.json @@ -0,0 +1,27 @@ +{ + "$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", + "extract_dir": "Files\\Amethyst" + }, + "32bit": { + "url": "https://github.com/Geoxor/Amethyst/releases/download/v2.0.7/Amethyst-Setup-2.0.7.exe", + "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" + } +} From 7b35ed07a45cbb699648a94189e60b9535cd14e5 Mon Sep 17 00:00:00 2001 From: George Tsotsos <34042825+Geoxor@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:43:05 +0300 Subject: [PATCH 2/2] Update amethyst.json --- bucket/amethyst.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bucket/amethyst.json b/bucket/amethyst.json index 04ea4dfb4bccd..4b8db7a6c4a32 100644 --- a/bucket/amethyst.json +++ b/bucket/amethyst.json @@ -7,10 +7,12 @@ "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" } },