mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
commit
dcf8519e57
8
gow.json
8
gow.json
@ -8,7 +8,13 @@
|
|||||||
"url": "https://github.com/bmatzelle/gow/releases",
|
"url": "https://github.com/bmatzelle/gow/releases",
|
||||||
"re": "<a.*?>Gow ([0-9\\.]+)</a>"
|
"re": "<a.*?>Gow ([0-9\\.]+)</a>"
|
||||||
},
|
},
|
||||||
"pre_install": "echo \"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" > \"$dir\\bin\\gow.bat\" ",
|
"pre_install": "
|
||||||
|
\"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" | Set-Content -force \"$dir\\bin\\gow.bat\"
|
||||||
|
",
|
||||||
|
"post_install": "
|
||||||
|
# create etc directory (required by bash), if needed
|
||||||
|
if (! (test-path \"$dir\\etc\")) { new-item -itemtype directory \"$dir\\etc\" }
|
||||||
|
",
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin\\awk.exe",
|
"bin\\awk.exe",
|
||||||
"bin\\basename.exe",
|
"bin\\basename.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user