Skip to content

Commit f05df78

Browse files
committed
carla-vst-wine is only for amd64
Signed-off-by: falkTX <falktx@falktx.com>
1 parent be6eab9 commit f05df78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

repo/generate-repo-page.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ for PACKAGE in ${PACKAGES[@]}; do
285285
# amd64 -> win64
286286
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">win64</a>&nbsp;&nbsp;"
287287

288+
elif echo "${PACKAGE_BASENAME}" | grep -q "carla-vst-wine_"; then
289+
# amd64
290+
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">amd64</a>&nbsp;&nbsp;"
291+
288292
elif echo "${PACKAGE_BASENAME}" | grep -q "wineasio_"; then
289293
# amd64
290294
PACKAGE_BASENAME_ARCHED=$(echo "${PACKAGE_BASENAME}" | sed "s/wineasio_/wineasio-amd64_/g")

0 commit comments

Comments
 (0)