Skip to content

Commit

Permalink
g-helper: Add version 0.118
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cheng committed Sep 4, 2023
1 parent 64da580 commit 18df9a6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/g-helper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "0.118",
"description": "Lightweight control tool for Asus laptops",
"homepage": "https://seerge.github.io/g-helper/",
"license": "MIT",
"notes": "Asus System Control Interface v3+ and .NET Desktop Runtime 7 are required.",
"suggest": {
".NET Desktop Runtime": "extras/windowsdesktop-runtime"
},
"architecture": {
"64bit": {
"url": "https://github.com/seerge/g-helper/releases/download/v0.118/GHelper.zip",
"hash": "daddcdf918e1cc3a2ebcdce0c9a072e3e4748d0e8758a0b0e27b185eca78d442",
"post_install": [
"if (Test-Path $env:APPDATA\\GHelper) {",
" Copy-Item -Path $env:APPDATA\\GHelper\\* -Destination \"$persist_dir\\data\" -Force -Recurse",
" Remove-Item $env:APPDATA\\GHelper -Force -Recurse",
"}",
"New-Item -ItemType Junction -Path $env:APPDATA\\GHelper -Target $persist_dir\\data | Out-Null"
]
}
},
"uninstaller": {
"script": "Remove-Item $env:APPDATA\\GHelper -Force -Recurse"
},
"bin": "GHelper.exe",
"shortcuts": [
[
"GHelper.exe",
"G-Helper"
]
],
"persist": "data",
"checkver": {
"github": "https://github.com/seerge/g-helper/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/seerge/g-helper/releases/download/v$version/GHelper.zip"
}
}
}
}

0 comments on commit 18df9a6

Please sign in to comment.