keep release builds in a separate folder

This commit is contained in:
2022-08-19 22:02:00 +00:00
parent c4dd104ddc
commit 57372023aa
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
export
release
puzzles

View File

@@ -27,7 +27,8 @@
<!-- _____________________________ Path Settings ____________________________ -->
<set name="BUILD_DIR" value="export" />
<set name="BUILD_DIR" value="export" if="debug"/>
<set name="BUILD_DIR" value="release" unless="debug"/>
<classpath name="source" />
<!-- _______________________________ Libraries ______________________________ -->
@@ -95,8 +96,6 @@
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
<!--TODO prebuild if release, move debug build out of the way -->
<!--TODO prebuild if debug, move release build out of the way -->
<postbuild cmd="butler push export/windows/bin nqn/habit-puzzles:win" if="windows" unless="debug" />
<postbuild cmd="butler push release/windows/bin nqn/habit-puzzles:win" if="windows" unless="debug" />
</project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB