Browse Source

Update kxstudio deb package to use for static builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.14
falkTX 5 years ago
parent
commit
e13ba29a47
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      data/linux/build-all.sh

+ 4
- 4
data/linux/build-all.sh View File

@@ -268,10 +268,10 @@ download_carla_extras()
{

CHROOT_DIR=${TARGETDIR}/chroot${ARCH}
CARLA_VER="1.9.13+git20190112"
WINBR_VER="1.9.13+git20190112"
WINE32_VER="1.9.11+git20180916"
WINE64_VER="1.9.11.git20180916"
CARLA_VER="1.9.14+git20190227"
WINBR_VER="1.9.14+git20190227"
WINE32_VER="1.9.14+git20190227"
WINE64_VER="1.9.14.git20190227"

cat <<EOF | sudo chroot ${CHROOT_DIR}
set -e


Loading…
Cancel
Save