Skip to content

Commit

Permalink
Update Project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Sep 10, 2023
1 parent 183876d commit e233fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<haxedef name="no-deprecation-warnings"/>
</section>

<!--Crash screen stuff-->
<!-- Crash handler stuff -->
<section if="CRASH_HANDLER">
<haxedef name="HXCPP_CHECK_POINTER" />
<haxedef name="HXCPP_STACK_LINE" />
Expand All @@ -192,7 +192,7 @@

<!-- _________________________________ Icons _______________________________ -->

<assets path='art/iconOG.png' rename='icon.png' if="linux" /> <!-- workaround for linux -->
<assets path='art/iconOG.png' rename='icon.png' if="linux" /> <!-- icon workaround for linux -->

<icon path="art/icon16.png" size='16'/>
<icon path="art/icon32.png" size='32'/>
Expand All @@ -207,4 +207,4 @@
<target id="haxe" tool="linker" if="macos">
<lib name="/lib64/libX11.a" if="HXCPP_M64" /> <!--Macos support-->
</target>
</project>
</project>

0 comments on commit e233fbf

Please sign in to comment.