mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
scons: Fix pre_install step by using escaped double quotes (#2532)
This commit is contained in:
parent
72b9f35846
commit
dfd8b5efba
@ -5,7 +5,7 @@
|
|||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"url": "https://downloads.sourceforge.net/project/scons/scons-local/3.0.1/scons-local-3.0.1.zip",
|
"url": "https://downloads.sourceforge.net/project/scons/scons-local/3.0.1/scons-local-3.0.1.zip",
|
||||||
"hash": "4ab1f274015287744a497dcbd522ff1446f28d3de9aad630aac37042a16f7bde",
|
"hash": "4ab1f274015287744a497dcbd522ff1446f28d3de9aad630aac37042a16f7bde",
|
||||||
"pre_install": "echo \"python '$dir\\scons.py' @args\" | out-file '$dir\\scons.ps1'",
|
"pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"",
|
||||||
"bin": [
|
"bin": [
|
||||||
"scons.ps1"
|
"scons.ps1"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user