mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-22 23:07:20 +00:00
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:
parent
a753718387
commit
2d483f08ef
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue