Skip to content

Commit

Permalink
alsoft fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Nov 1, 2024
1 parent 0d04827 commit 83a1424
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -65,9 +65,9 @@ xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/
<!-- __________________________ Game Assets & Etc. __________________________ -->

<!--FNF is changing openAL config, because the default one is broken. lol. -->
<section unless="mobile">
<assets path="assets/alsoft.conf" unless="windows" />
<assets path="assets/alsoft.conf" rename="assets/alsoft.ini" if="windows" />
<section if="desktop">
<assets path="alsoft.txt" rename="plugins/alsoft.ini" type="text" if="windows"/>
<assets path="alsoft.txt" rename="plugins/alsoft.conf" type="text" unless="windows"/>
</section>

<!-- Assets -->
Expand Down
File renamed without changes.

0 comments on commit 83a1424

Please sign in to comment.