mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 22:31:21 +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": {
|
||||
"file": "julia-installer.exe",
|
||||
"args": [
|
||||
"/S",
|
||||
"/D=$dir"
|
||||
"script": [
|
||||
"Expand-7zipArchive \"$dir\\julia-installer.exe\" \"$dir\" -Removal",
|
||||
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force"
|
||||
]
|
||||
},
|
||||
"uninstaller": {
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"bin": "bin\\julia.exe",
|
||||
"checkver": {
|
||||
"url": "https://julialang.org/downloads/",
|
||||
"re": "Current stable release: v([\\d.]+)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user