Skip to content

Commit

Permalink
✨ Add Nozzle Mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 6, 2024
1 parent a23fb94 commit e6cfe21
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/nozzle-mirror.json
Original file line number Diff line number Diff line change
@@ -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\""
]
}

0 comments on commit e6cfe21

Please sign in to comment.