itch.io butler build

This commit is contained in:
2022-08-19 21:17:49 +00:00
parent 3ae46cb98d
commit 6533fa77d2

View File

@@ -42,7 +42,9 @@
<haxelib name="datetime" />
<haxeflag name="--macro" value="kiss.Kiss.setup()" />
<assets path="assets" />
<assets path="puzzles" />
<assets path="puzzles/Photos by Trent Nelson" />
<assets path="puzzles/neuro" if="debug" />
<assets path="puzzles/personal" if="debug" />
<!--In case you want to use the addons package-->
<!--<haxelib name="flixel-addons" />-->
@@ -92,4 +94,9 @@
<!-- _________________________________ Custom _______________________________ -->
<!--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" />
</project>