Skip to content

Commit

Permalink
more pinyintones fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
back-lacking committed Dec 22, 2024
1 parent 35ee381 commit 33dd65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/pinyintones.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MS-PL",
"pre_install":[
"if (!(is_admin)) { echo \"\n$app requires admin rights to $cmd\"}",
"Start-Process msiexec -ArgumentList @('/i','/a', \"`\"$dir\\setup.msi_`\"\", '/qf', '/norestart') -Wait -Verb RunAs"
"Start-Process msiexec -ArgumentList @('/i', \"`\"$dir\\setup.msi_`\"\", '/qf', '/norestart') -Wait -Verb RunAs"
],
"pre_uninstall":[
"if (!(is_admin)) { echo \"\n$app requires admin rights to $cmd\"}",
"Start-Process msiexec -ArgumentList @('/x','/a', \"`\"$dir\\setup.msi_`\"\", '/qf', '/norestart') -Wait -Verb RunAs"
"Start-Process msiexec -ArgumentList @('/x', \"`\"$dir\\setup.msi_`\"\", '/qf', '/norestart') -Wait -Verb RunAs"
],
"architecture": {
"64bit": {
Expand Down

0 comments on commit 33dd65d

Please sign in to comment.