mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Ensure g2.dat building output is written out for AppVeyor
This commit is contained in:
parent
9a362a8aa3
commit
08a527b2a7
1 changed files with 3 additions and 3 deletions
|
@ -191,9 +191,9 @@
|
|||
<!-- Target to build g2.dat containing OpenRCT2 sprites -->
|
||||
<Target Name="g2" DependsOnTargets="Build" AfterTargets="Build" Inputs="@(g2Inputs)" Outputs="$(g2Output)"
|
||||
Condition="'$(TestConfig)'!='true'">
|
||||
<Message Text="Building g2.dat..." />
|
||||
<Exec Command=""$(OutputExe)" sprite build "$(g2Output)" "$(RootDir)resources\g2\sprites.json""
|
||||
StandardOutputImportance="low" />
|
||||
<Message Text="Building g2.dat..." Importance="high" />
|
||||
<Exec Command=""$(OutputCom)" sprite build "$(g2Output)" "$(RootDir)resources\g2\sprites.json""
|
||||
StandardOutputImportance="normal" />
|
||||
</Target>
|
||||
|
||||
<!-- Target to create openrct2.exe (windows) and openrct2.com (console) -->
|
||||
|
|
Loading…
Reference in a new issue