Skip to content

Commit

Permalink
Update generate.bat for template command changes
Browse files Browse the repository at this point in the history
(changed in flixel-tools 1.1.0)
  • Loading branch information
Gama11 committed Apr 14, 2016
1 parent bc18128 commit b197e05
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ rmdir pregenerated /s /q
md pregenerated
cd pregenerated

haxelib run flixel-tools tpl -fd
haxelib run flixel-tools tpl -ide fd
cd default
7z a -tzip ../flash-develop.zip
cd ..
rmdir default /s /q

haxelib run flixel-tools tpl -subl
haxelib run flixel-tools tpl -ide subl
cd default
7z a -tzip ../sublime-text.zip
cd..
rmdir default /s /q

haxelib run flixel-tools tpl -idea
haxelib run flixel-tools tpl -ide idea
cd default
7z a -tzip ../intelij-idea.zip
cd..
Expand Down
Binary file modified pregenerated/FlxProject.fdz
Binary file not shown.
Binary file modified pregenerated/flash-develop.zip
Binary file not shown.
Binary file modified pregenerated/intelij-idea.zip
Binary file not shown.
Binary file modified pregenerated/sublime-text.zip
Binary file not shown.

0 comments on commit b197e05

Please sign in to comment.