Chman / Snowkit-FD

snowkit templates for FlashDevelop
4 stars 5 forks source link

Build and Test project modes seem to do the same #4

Closed KeyMaster- closed 9 years ago

KeyMaster- commented 9 years ago

Not really a problem, just wanted to mention it

Chman commented 9 years ago

Test is actually Build + Run in FlashDevelop, which it does. i.e. building and testing for windows release :

Build :

haxelib run flow build windows --release

Test :

haxelib run flow build windows --release
haxelib run flow launch windows --with-files

If you only want to run it without the build step, use Project -> Run Project (there's probably a way to add a shortcut or put it on the toolbar, but that's out of the scope of this template).

So I don't get this issue... Or am I missing something ?