Skip to content

Commit

Permalink
mac isnt gonna cut it so
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 19, 2023
1 parent 19944ce commit 07e30be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ jobs:
haxelib install hxcpp > /dev/null --quiet
haxelib install format > nul --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
# haxelib git systools https://github.com/haya3218/retools
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Rebuild systools
run: haxelib install lime rebuild systools mac
# - name: Rebuild systools
# run: haxelib install lime rebuild systools mac
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
Expand Down
4 changes: 2 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<haxelib name="hxcpp-debug-server" if="debug"/>
<haxedef name="HXC_LIBVLC_LOGGING" if="VIDEOS_ALLOWED debug" />

<haxelib name="systools" />
<ndll name="systools" haxelib="systools" />
<haxelib name="systools" unless="mac" />
<ndll name="systools" haxelib="systools" unless="mac" />

<!-- ______________________________ Haxedefines _____________________________ -->

Expand Down
3 changes: 3 additions & 0 deletions source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ using StringTools;
// this is FANUM TAX! first i GYATT your brother... now i RIZZ you! SKIBIDI my friend!
// this is FANUM TAX! first i GYATT your brother... now i RIZZ you! SKIBIDI my friend!
// this is FANUM TAX! first i GYATT your brother... now i RIZZ you! SKIBIDI my friend!

// actually dont read this, its no longer funny./.,/./,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.;.

typedef MainMenuData = {
fridayAchieve:String,
discordLink:String,
Expand Down

0 comments on commit 07e30be

Please sign in to comment.