We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6eab9 commit f05df78Copy full SHA for f05df78
1 file changed
repo/generate-repo-page.sh
@@ -285,6 +285,10 @@ for PACKAGE in ${PACKAGES[@]}; do
285
# amd64 -> win64
286
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">win64</a> "
287
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> "
291
+
292
elif echo "${PACKAGE_BASENAME}" | grep -q "wineasio_"; then
293
# amd64
294
PACKAGE_BASENAME_ARCHED=$(echo "${PACKAGE_BASENAME}" | sed "s/wineasio_/wineasio-amd64_/g")
0 commit comments