mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
bbdown: Touch BBDown.data before adding it to persist (#5114)
* (chore): touch BBDown.data before adding it to persist * (chore): fix escape characters Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
539957f34f
commit
917eddef82
@ -14,6 +14,13 @@
|
||||
"hash": "a86dfe76d9c8a526c39a518f6958da2036dbc5644330afbf75d7fa10bccabc57"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
"'BBDown.data' | ForEach-Object {",
|
||||
" if (!(Test-Path -Path \"$persist_dir\\$_\")) {",
|
||||
" New-Item -Type File \"$dir\\$_\" | Out-Null",
|
||||
" }",
|
||||
"}"
|
||||
],
|
||||
"bin": "BBDown.exe",
|
||||
"persist": "BBDown.data",
|
||||
"checkver": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user