Browse Source

carla-vst-wine is only for amd64

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 2 months ago
parent
commit
f05df7807e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      repo/generate-repo-page.sh

+ 4
- 0
repo/generate-repo-page.sh View File

@@ -285,6 +285,10 @@ for PACKAGE in ${PACKAGES[@]}; do
# amd64 -> win64
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">win64</a>&nbsp;&nbsp;"

elif echo "${PACKAGE_BASENAME}" | grep -q "carla-vst-wine_"; then
# amd64
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">amd64</a>&nbsp;&nbsp;"

elif echo "${PACKAGE_BASENAME}" | grep -q "wineasio_"; then
# amd64
PACKAGE_BASENAME_ARCHED=$(echo "${PACKAGE_BASENAME}" | sed "s/wineasio_/wineasio-amd64_/g")


Loading…
Cancel
Save