Skip to content

Commit

Permalink
Add: repkguitool
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed May 3, 2024
1 parent a436242 commit 82c7784
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/repkguitool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "0.1.0",
"description": "A GUI tool for RePKG",
"homepage": "https://github.com/zhongyang219/RePkgUiTool",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zhongyang219/RePkgUiTool/releases/download/V0.1.0/RePkgUiTool_V.0.1.0_x64.zip",
"hash": "C19D029B0458A4B39BC5FEE6A53924CA35C52739B645907C22A3802C92CD34C3"
}
},
"installer": {
"script": [
"if (Test-Path $persist_dir\\config.ini){",
" Move-Item -Path $persist_dir\\config.ini -Destination $dir",
"}"
]
},
"uninstaller": {
"script": "Move-Item -Path $dir\\config.ini -Destination $persist_dir"
},
"shortcuts": [
[
"RePkgUiTool.exe",
"RePkgUiTool"
]
]
}

0 comments on commit 82c7784

Please sign in to comment.