diff --git a/bucket/nozzle-mirror.json b/bucket/nozzle-mirror.json new file mode 100644 index 0000000..8e0e7d6 --- /dev/null +++ b/bucket/nozzle-mirror.json @@ -0,0 +1,32 @@ +{ + "version": "1.1.1", + "description": "Spiegel von Applikationsdüsen speziel für BMW Projekte.", + "homepage": "https://icarus-consult.de", + "license": "non-free", + "url": "//promptly-apps.icarus-consult.local/Software/TMXTOOLS/nozzle-mirror/1.1.1/nozzle-mirror_1.1.1.zip", + "autoupdate": { + "url": "//promptly-apps.icarus-consult.local/Software/TMXTOOLS/nozzle-mirror/$version/nozzle-mirror_$version.zip" + }, + "pre_install": [ + "if(Get-Process -Name \"tune\" -ErrorAction SilentlyContinue) {", + " Write-Error \"Process Simulate is running. Please close it to continue.\"", + " exit 1", + " }" + ], + "post_install":[ + "# run install.ps1", + "Set-Variable -Name \"PSScriptRoot\" -Value $dir -Scope Script", + "#.\\install.ps1", + "$command = \"$dir\\install.ps1\"", + "Invoke-Expression \"& $command\"" + ], + "pre_uninstall": [ + "if(Get-Process -Name \"tune\" -ErrorAction SilentlyContinue) {", + " Write-Error \"Process Simulate is running. Please close it to continue.\"", + " exit 1", + " }", + "# run uninstall.ps1", + "$command = \"$dir\\uninstall.ps1\"", + "Invoke-Expression \"& $command\"" + ] +}