Skip to content

Commit 0d5998c

Browse files
I pop my shit every mornin then i go to paradise
1 parent 31042a7 commit 0d5998c

4 files changed

Lines changed: 22 additions & 23 deletions

File tree

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
* text=auto eol=lf
2-
*.hxp linguist-language=Haxe
3-
.hxpkg linguist-language=JSON
2+
*.hxp linguist-language=Haxe

.github/workflows/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
.haxelib/**
2828
key: ${{ runner.os }}-haxelib-cache
2929

30-
- name: Install Haxe Libraries using HxPKG
30+
- name: Install Haxe Libraries using HMM
3131
run: |
32-
haxelib install hxpkg --quiet
33-
haxelib run hxpkg install --quiet --update
32+
haxelib install hmm --quiet
33+
haxelib run hmm install
3434
3535
- name: Compile Application
3636
run: haxelib run lime build windows
@@ -63,10 +63,10 @@ jobs:
6363
.haxelib/**
6464
key: ${{ runner.os }}-haxelib-cache
6565

66-
- name: Install Haxe Libraries using HxPKG
66+
- name: Install Haxe Libraries using HMM
6767
run: |
68-
haxelib install hxpkg --quiet
69-
haxelib run hxpkg install --quiet --update
68+
haxelib install hmm --quiet
69+
haxelib run hmm install
7070
7171
- name: Compile Application
7272
run: haxelib run lime build macos
@@ -99,11 +99,11 @@ jobs:
9999
.haxelib/**
100100
key: ${{ runner.os }}-haxelib-cache
101101

102-
- name: Install Haxe Libraries using HxPKG
102+
- name: Install Haxe Libraries using HMM
103103
run: |
104104
sudo apt install -qq libvlccore-dev libvlc-dev -y
105-
haxelib install hxpkg --quiet
106-
haxelib run hxpkg install --quiet --update
105+
haxelib install hmm --quiet
106+
haxelib run hmm install
107107
108108
- name: Compile Application
109109
run: haxelib run lime build linux
@@ -148,11 +148,11 @@ jobs:
148148
.haxelib/**
149149
key: android-haxelib-cache
150150

151-
- name: Install Haxe Libraries using HxPKG
151+
- name: Install Haxe Libraries using HMM
152152
run: |
153153
sudo apt install libvlccore-dev libvlc-dev -y -q
154-
haxelib install hxpkg --quiet
155-
haxelib run hxpkg install --quiet --update
154+
haxelib install hmm --quiet
155+
haxelib run hmm install
156156
157157
- name: Configure Android
158158
run: |
@@ -192,10 +192,10 @@ jobs:
192192
.haxelib/**
193193
key: ios-haxelib-cache
194194

195-
- name: Install Haxe Libraries using HxPKG
195+
- name: Install Haxe Libraries using HMM
196196
run: |
197-
haxelib install hxpkg --quiet
198-
haxelib run hxpkg install --quiet --update
197+
haxelib install hmm --quiet
198+
haxelib run hmm install
199199
200200
- name: Compile Application
201201
run: haxelib run lime build ios -nosign

setup/setup.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd ..
2-
haxelib --global install hxpkg
3-
haxelib --global run hxpkg setup
4-
hxpkg install --force
2+
haxelib --global install hmm
3+
haxelib --global run hmm setup
4+
hmm install
55
pause

setup/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd ..
2-
haxelib --global install hxpkg
3-
haxelib --global run hxpkg setup
4-
hxpkg install --force
2+
haxelib --global install hmm
3+
haxelib --global run hmm setup
4+
hmm install
55
read -n 1 -p -s "Press any key to continue..."

0 commit comments

Comments
 (0)