Skip to content

Commit d9928bb

Browse files
committed
unoffficial
1 parent c22e4bb commit d9928bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Create Version Tag
7373
run: echo "${{github.run_id}}" > VERSION
7474
- name: Compile
75-
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}" -D officialBuild
75+
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}" -D
7676
- name: Publish Artifact
7777
uses: actions/[email protected]
7878
with:

setup/windows.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ haxelib install hxWebSockets 1.4.0
1919
haxelib install haxe-concurrent 5.1.3
2020
haxelib install actuate 1.9.0
2121
haxelib install flixel-ui 2.6.1
22+
axelib install hscript 2.5.0
2223
haxelib set lime 8.1.2
2324
haxelib set openfl 9.3.3
2425
haxelib git flxanimate https://github.com/Dot-Stuff/flxanimate 768740a56b26aa0c072720e0d1236b94afe68e3e

0 commit comments

Comments
 (0)