mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
fix error of audioManager when start client from IDE.
This commit is contained in:
parent
10fd7c6f6a
commit
1cea80fd5d
18 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@
|
|||
</includes>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
- <filtered>false</filtered>
|
||||
- <directory>sounds/</directory>
|
||||
- <includes>
|
||||
- <include>*.wav</include>
|
||||
- </includes>
|
||||
- <outputDirectory>sounds/</outputDirectory>
|
||||
- </fileSet>
|
||||
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in a new issue