mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Nim 0.15.0: Fix Nimble and backward-compatibility (#1061)
This commit is contained in:
parent
5114322435
commit
208759f31c
8
nim.json
8
nim.json
@ -14,7 +14,13 @@
|
||||
},
|
||||
"depends": "gcc",
|
||||
"post_install": "
|
||||
# Copy Nimble package
|
||||
Copy-Item -Recurse $dir\\dist\\nimble\\src\\nimblepkg $dir\\bin
|
||||
# Download DLLs
|
||||
Invoke-WebRequest http://nim-lang.org/download/dlls.zip -OutFile $dir\\dlls.zip
|
||||
Expand-Archive $dir\\dlls.zip $dir\\bin
|
||||
# Removes installation cruft
|
||||
rm -r $dir\\`$PLUGINSDIR",
|
||||
rm -r $dir\\`$PLUGINSDIR
|
||||
rm $dir\\dlls.zip",
|
||||
"env_add_path": "bin"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user