mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Convert archive-win.sh
to use UNIX line endings.
This commit is contained in:
parent
e7529f99ca
commit
b4bd83e2e7
@ -12,6 +12,7 @@ musikcube:
|
|||||||
* added zn_CN localization (Siheyuan98)
|
* added zn_CN localization (Siheyuan98)
|
||||||
* fixed a bug where binary stripping was broken for out of tree builds
|
* 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
|
* added the ability to disable binary stripping via DISABLE_STRIP=true flag
|
||||||
|
* fixed `archive-win.sh` to use unix line endings
|
||||||
|
|
||||||
musikdroid:
|
musikdroid:
|
||||||
* fixed a bug when downloading tracks without metadata, or metadata that
|
* fixed a bug when downloading tracks without metadata, or metadata that
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user