Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixed typo in Project.xml (thanks trayfellow)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelWyvern committed Jun 16, 2022
1 parent 4a008b2 commit f70c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<assets path="assets/songs" library="songs" exclude="*.mp3|*.mp4" unless="web"/>
<assets path="assets/shared" library="shared" exclude="*.ogg" if="web"/>
<assets path="assets/shared" library="shared" exclude="*.mp3|*.mp4" unless="web"/>
<assets path="assets/tutorial" library="tutorial" exclude="*.mp3|*.mp4" unless="web"/>
<assets path="assets/tutorial" library="tutorial" exclude="*.ogg" if="web"/>
<assets path="assets/tutorial" library="tutorial" exclude="*.mp3|*.mp4" unless="web"/>
<assets path="assets/week1" library="week1" exclude="*.ogg" if="web"/>
<assets path="assets/week1" library="week1" exclude="*.mp3|*.mp4" unless="web"/>
Expand Down

0 comments on commit f70c22b

Please sign in to comment.