Skip to content

Commit

Permalink
buzz: fix by workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Jul 7, 2024
1 parent c10cac5 commit 767f476
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bucket/buzz.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"hash": "ee26d711cb3f0f65a05027d041c55f71644db73734f872c9090ebe2f3a32eda4"
}
},
"innosetup": true,
"pre_install": "if ($dir -match ' ') { error 'The installation directory cannot include a space'; break}",
"installer": {
"script": [
"ensure \"$persist_dir\" | Out-Null",
"Move-Item \"$dir\\$fname\" \"$dir\\..\\$fname\"",
"Start-Process -Wait \"$dir\\..\\$fname\" -ArgumentList @('/S', '/InstallationType=JustMe', '/RegisterPython=0', '/AddToPath=0', '/NoRegistry=1', \"/D=$dir\")",
"Remove-Item \"$dir\\..\\$fname\"",
"New-Item \"$env:LOCALAPPDATA\\Buzz\" -ItemType Junction -Target \"$persist_dir\" | Out-Null"
]
},
Expand Down

0 comments on commit 767f476

Please sign in to comment.