mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 14:51:22 +00:00
This commit is contained in:
parent
6933b6f5a2
commit
7e8b955d4b
@ -4,7 +4,6 @@
|
||||
"license": "https://haxe.org/foundation/open-source.html",
|
||||
"url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.4/haxe-3.4.4-win.zip",
|
||||
"hash": "b06fe00689490688c94e3152823786ce473c5b1112ca0b81be3e3cca4c9cc6e9",
|
||||
"extract_dir": "haxe_20171008124705_683d0c5ae",
|
||||
"bin": [
|
||||
"haxe.exe",
|
||||
"haxelib.exe"
|
||||
@ -13,6 +12,11 @@
|
||||
"HAXEPATH": "$dir"
|
||||
},
|
||||
"depends": "neko",
|
||||
"pre_install": "
|
||||
if(Test-Path \"$dir\\haxe_*\") {
|
||||
Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"
|
||||
}
|
||||
",
|
||||
"checkver": {
|
||||
"github": "https://github.com/HaxeFoundation/haxe"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user