From 717fda1f957341106d7f85c03a56c1be486c84fe Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Wed, 1 Jul 2020 13:30:06 +0000 Subject: [PATCH] polaris: Add version 0.12.3 (#1140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * polaris: add version 0.12.3 * update * Update bucket/polaris.json Co-authored-by: Jakub Čábera * Update bucket/polaris.json Co-authored-by: Jakub Čábera Co-authored-by: linsui Co-authored-by: Jakub Čábera --- bucket/polaris.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bucket/polaris.json diff --git a/bucket/polaris.json b/bucket/polaris.json new file mode 100644 index 0000000000..2aac065295 --- /dev/null +++ b/bucket/polaris.json @@ -0,0 +1,42 @@ +{ + "version": "0.12.3", + "description": "A music streaming application", + "homepage": "https://github.com/agersant/polaris", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/agersant/polaris/releases/download/0.12.3/Polaris_0.12.3.msi", + "hash": "aa9243e656accc0bb0ddcc045c3dd3b2c0e80e2655f056756ab8849fe3fcb6da" + } + }, + "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" + } + } + } +}