diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 835e217..befb6fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - uses: krdlab/setup-haxe@master with: - haxe-version: 4.2.5 + haxe-version: latest # Runs a set of commands using the runners shell - name: Install Haxelib run: | @@ -58,7 +58,7 @@ jobs: - uses: krdlab/setup-haxe@master with: - haxe-version: 4.2.5 + haxe-version: latest # Runs a set of commands using the runners shell - name: Install Haxelib run: | @@ -87,7 +87,7 @@ jobs: - uses: krdlab/setup-haxe@master with: - haxe-version: 4.2.5 + haxe-version: latest # Runs a set of commands using the runners shell - name: Install Haxelib run: | diff --git a/art/Building/linux/64bit/release.bat b/art/Building/linux/64bit/release.bat index c9e45c2..8bcd069 100644 --- a/art/Building/linux/64bit/release.bat +++ b/art/Building/linux/64bit/release.bat @@ -2,9 +2,9 @@ color 0a cd ../../../../ echo BUILDING GAME -haxelib run lime build windows -release +haxelib run lime build Project.xml linux -release echo. echo done. pause pwd -explorer.exe export\release\windows\bin \ No newline at end of file +explorer.exe export\release\linux\bin \ No newline at end of file diff --git a/hmm.json b/hmm.json index e837699..74cff4f 100644 --- a/hmm.json +++ b/hmm.json @@ -48,7 +48,7 @@ { "name": "hxCodec", "type": "haxelib", - "version": "2.5.1" + "version": null }, { "name": "hscript",