Convert archive-win.sh to use UNIX line endings.

This commit is contained in:
casey langen 2020-05-24 22:20:24 -07:00
parent e7529f99ca
commit b4bd83e2e7
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ musikcube:
* added zn_CN localization (Siheyuan98)
* fixed a bug where binary stripping was broken for out of tree builds
* added the ability to disable binary stripping via DISABLE_STRIP=true flag
* fixed `archive-win.sh` to use unix line endings
musikdroid:
* fixed a bug when downloading tracks without metadata, or metadata that

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
VERSION=$1
@ -76,4 +76,4 @@ rm "$VANILLA/musikcore.dll"
pushd $VANILLA
7z a -tzip "musikcube_win64_$VERSION.zip" ./* -mx=9
mv "musikcube_win64_$VERSION.zip" ..
popd
popd