mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
julia: Use installer.script instead of original installer (#79)
* julia: Use installer.script instead of original installer Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
7ae8a613e6
commit
3a8b51a621
@ -13,28 +13,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer": {
|
"installer": {
|
||||||
"file": "julia-installer.exe",
|
"script": [
|
||||||
"args": [
|
"Expand-7zipArchive \"$dir\\julia-installer.exe\" \"$dir\" -Removal",
|
||||||
"/S",
|
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force"
|
||||||
"/D=$dir"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uninstaller": {
|
"bin": "bin\\julia.exe",
|
||||||
"file": "uninstall.exe",
|
|
||||||
"args": "/S"
|
|
||||||
},
|
|
||||||
"env_set": {
|
|
||||||
"JULIA_HOME": "$dir\\bin",
|
|
||||||
"JULIA_EXE": "julia.exe",
|
|
||||||
"JULIA": "$dir\\bin\\julia.exe",
|
|
||||||
"JL_PRIVATE_LIB_DIR": "bin"
|
|
||||||
},
|
|
||||||
"bin": [
|
|
||||||
[
|
|
||||||
"bin\\julia.exe",
|
|
||||||
"julia"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://julialang.org/downloads/",
|
"url": "https://julialang.org/downloads/",
|
||||||
"re": "Current stable release: v([\\d.]+)"
|
"re": "Current stable release: v([\\d.]+)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user