Skip to content

Commit

Permalink
add more folder
Browse files Browse the repository at this point in the history
  • Loading branch information
StarsbySea committed Oct 9, 2023
1 parent b850ab0 commit d5d46a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion bucket/g/Geph/geph-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
"script": "Remove-Item \"$dir\\*\" -Exclude ('geph4-client.exe','winproxy-stripped.exe') -Force -Recurse"
},
"uninstaller": {
"script": "if ($purge) { Remove-Item \"$env:LocalAppData\\geph4-logs.db\" -Force -ErrorAction SilentlyContinue; Remove-Item \"$env:AppData\\geph4-credentials\" -Force -Recurse -ErrorAction SilentlyContinue}"
"script": [
"if ($purge) {",
" Remove-Item \"$env:LocalAppData\\geph4-logs.db\" -Force -ErrorAction SilentlyContinue",
" Remove-Item \"$env:AppData\\geph4-credentials\" -Force -Recurse -ErrorAction SilentlyContinue",
" Remove-Item \"$env:AppData\\EBWebView\" -Force -Recurse -ErrorAction SilentlyContinue",
"}"
]
},
"bin": "geph4-client.exe",
"checkver": {
Expand Down
8 changes: 7 additions & 1 deletion bucket/g/Geph/geph-gui.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"hash": "6a62e2fd2058003bec281d754a1b1254465b2f5a060ee975f8f3665a5bc9e7ff",
"innosetup": true,
"uninstaller": {
"script": "if ($purge) { Remove-Item \"$env:LocalAppData\\geph4-logs.db\" -Force -ErrorAction SilentlyContinue; Remove-Item \"$env:AppData\\geph4-credentials\" -Force -Recurse -ErrorAction SilentlyContinue}"
"script": [
"if ($purge) {",
" Remove-Item \"$env:LocalAppData\\geph4-logs.db\" -Force -ErrorAction SilentlyContinue",
" Remove-Item \"$env:AppData\\geph4-credentials\" -Force -Recurse -ErrorAction SilentlyContinue",
" Remove-Item \"$env:AppData\\EBWebView\" -Force -Recurse -ErrorAction SilentlyContinue",
"}"
]
},
"shortcuts": [
[
Expand Down

0 comments on commit d5d46a5

Please sign in to comment.