prboom-plus: Add `extract_dir` (#593)

master
sitiom 2022-03-18 00:55:43 +08:00 committed by GitHub
parent c3b8a0efec
commit 154b87bb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@
],
"url": "https://github.com/coelckers/prboom-plus/releases/download/v2.6.2/prboom-plus-262-w32.zip",
"hash": "20313e00d8841a618e23e7c671d65870194bee634468fecd2f3697ac05f21476",
"extract_dir": "prboom-plus-262-w32",
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
@ -55,6 +56,7 @@
"github": "https://github.com/coelckers/prboom-plus"
},
"autoupdate": {
"url": "https://github.com/coelckers/prboom-plus/releases/download/v$version/prboom-plus-$cleanVersion-w32.zip"
"url": "https://github.com/coelckers/prboom-plus/releases/download/v$version/prboom-plus-$cleanVersion-w32.zip",
"extract_dir": "prboom-plus-$cleanVersion-w32"
}
}