Browse Source

Run unix2dos on Windows README when packing

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.0.0
falkTX 5 years ago
parent
commit
5b092599f2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/windows/pack-win.sh

+ 1
- 0
data/windows/pack-win.sh View File

@@ -174,6 +174,7 @@ rm -rf ${PKG_FOLDER}
mkdir ${PKG_FOLDER}
mkdir ${PKG_FOLDER}/vcredist
cp -r Carla.exe Carla.lv2 README.txt ${PKG_FOLDER}
unix2dos ${PKG_FOLDER}/README.txt
cp ~/.cache/winetricks/vcrun2010/vcredist_x${VCARCH}.exe ${PKG_FOLDER}/vcredist
zip -r -9 ${PKG_FOLDER}.zip ${PKG_FOLDER}



Loading…
Cancel
Save