Skip to content

Commit

Permalink
7tt: Using extraction instead of portable install (#13245)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored May 7, 2024
1 parent fa096c3 commit 39fbf31
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions bucket/7tt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
"description": "Allows you to configure various aspects of the Windows taskbar.",
"homepage": "https://rammichael.com/7-taskbar-tweaker",
"license": "Unknown",
"url": "https://rammichael.com/downloads/7tt_setup.exe",
"url": "https://rammichael.com/downloads/7tt_setup.exe#/dl.7z",
"hash": "4d2c3cdcbaf151852ed35b77400411aa7e97f24cb87874e3d581b2baa9dcc634",
"bin": "7+ Taskbar Tweaker.exe",
"pre_install": "if(!(test-path \"$persist_dir\\7+ Taskbar Tweaker.ini\")) { Add-Content \"$dir\\7+ Taskbar Tweaker.ini\" \"[Config]`r`nupdcheckauto=0`r`nupdcheck=0\" }",
"installer": {
"args": [
"/portable",
"/S",
"/D=$dir"
]
},
"pre_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\inject.dll\", \"$dir\\uninstall.exe\" -Recurse -Force",
"if (!(Test-Path \"$persist_dir\\7+ Taskbar Tweaker.ini\")) {",
" Add-Content \"$dir\\7+ Taskbar Tweaker.ini\" \"[Config]`r`nupdcheckauto=0`r`nupdcheck=0\"",
"}"
],
"persist": "7+ Taskbar Tweaker.ini",
"shortcuts": [
[
Expand All @@ -23,6 +21,6 @@
],
"checkver": "Latest version: v([\\d.]+)",
"autoupdate": {
"url": "https://rammichael.com/downloads/7tt_setup.exe"
"url": "https://rammichael.com/downloads/7tt_setup.exe#/dl.7z"
}
}

0 comments on commit 39fbf31

Please sign in to comment.