Update creation of choco package in Makefile

This commit is contained in:
Thomas Jensen 2021-02-18 21:35:20 +01:00
parent e68de92a6f
commit c8e0474f56
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 4 additions and 3 deletions

3
.gitattributes vendored
View File

@ -3,8 +3,9 @@
# shell scripts
*.sh text eol=lf
# Windows batch files
# Windows files
*.bat text eol=crlf
tools/VERIFICATION.txt text eol=crlf
# the test cases
/test/*.txt text eol=lf

View File

@ -93,10 +93,10 @@ choco: tools/LICENSE.txt tools/boxes.cfg tools/boxes.exe
choco pack --version=$(BVERSION)
tools/LICENSE.txt: LICENSE
cp LICENSE tools/LICENSE.txt
unix2dos -n LICENSE tools/LICENSE.txt
tools/boxes.cfg: boxes-config
cp boxes-config tools/boxes.cfg
unix2dos -n boxes-config tools/boxes.cfg
tools/boxes.exe: src/boxes.exe
cp src/boxes.exe tools/