mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
mpxplay: Add MPXPTABS.INI to persist (#2901)
This commit is contained in:
parent
fd5104c79f
commit
445a7d88b4
@ -5,8 +5,12 @@
|
||||
"license": "Unknown",
|
||||
"url": "https://downloads.sourceforge.net/project/mpxplay/Mpxplay/Mpxplay%20v1.66/mpxp166w.zip",
|
||||
"hash": "sha1:2c695a12d0e48538a1464ed96e77e644b3abc619",
|
||||
"pre_install": "if (!(Test-Path \"$persist_dir\\MPXPTABS.INI\")) { New-Item \"$dir\\MPXPTABS.INI\" | Out-Null }",
|
||||
"bin": "mpxplay.exe",
|
||||
"persist": "MPXPLAY.INI",
|
||||
"persist": [
|
||||
"MPXPLAY.INI",
|
||||
"MPXPTABS.INI"
|
||||
],
|
||||
"checkver": "Mpxplay v([\\d.]+) small",
|
||||
"autoupdate": {
|
||||
"url": "https://downloads.sourceforge.net/project/mpxplay/Mpxplay/Mpxplay%20v$version/mpxp$cleanVersionw.zip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user