Skip to content

Commit

Permalink
Shift script install files around to put .bat first.
Browse files Browse the repository at this point in the history
Hopefully this addresses installation issues on windows using composer.

Fixes #2145
  • Loading branch information
markstory committed Oct 29, 2013
1 parent a753718 commit 2d483f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 2d483f0

Please sign in to comment.