Shift script install files around to put .bat first.

Hopefully this addresses installation issues on windows using composer.

Fixes #2145
This commit is contained in:
mark_story 2013-10-28 23:19:17 -04:00
parent a753718387
commit 2d483f08ef

View file

@ -145,9 +145,9 @@
<dirroles key="Cake/Console/Templates/default">php</dirroles>
<dirroles key="Cake/View">php</dirroles>
<release>
<install as="cake" name="bin/cake" />
<install as="cake.php" name="bin/cake.php" />
<install as="cake.bat" name="bin/cake.bat" />
<install as="cake.php" name="bin/cake.php" />
<install as="cake" name="bin/cake" />
</release>
<exceptions key="Cake/VERSION.txt">php</exceptions>
<exceptions key="Cake/LICENSE.txt">php</exceptions>