Skip to content

Commit

Permalink
battlenet: Add shortcut (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenMacDaddy authored Mar 5, 2024
1 parent d367b32 commit e616ff7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bucket/battlenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"if ($null -ne $BattlenetProcess) {Stop-Process $BattlenetProcess -Force -ErrorAction 'SilentlyContinue'} else {error \"Unable to $cmd $app\" successfully; break}"
]
},
"shortcuts": [
[
"Battle.net Launcher.exe",
"Battle.net"
]
],
"pre_uninstall": [
"if (!(is_admin)) {error \"$app requires admin rights to $cmd\"; break}",
"$BattleNetProcesses = Get-Process -Name \"Agent\", \"Battle.net\" -ErrorAction 'SilentlyContinue'",
Expand Down

0 comments on commit e616ff7

Please sign in to comment.