There was an error while loading. Please reload this page.
1 parent c621f02 commit 3b42f30Copy full SHA for 3b42f30
1 file changed
repo/generate-repo-page.sh
@@ -279,7 +279,7 @@ for PACKAGE in ${PACKAGES[@]}; do
279
# amd64
280
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">amd64</a> "
281
# i386
282
- PACKAGE_BASENAME_ARCHED=$(echo "${PACKAGE_BASENAME}" | sed "s/-win64_/-win32_/g" | sed "s/_amd64.deb/_i386.deb/g")
+ PACKAGE_BASENAME_ARCHED=$(echo "${PACKAGE_BASENAME}" | sed "s/-win64_/-win32_/g")
283
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME_ARCHED}\" target=\"_blank\">i386</a> (install both)"
284
285
elif echo "${PACKAGE_BASENAME}" | grep -q "carla-vst-wine_"; then
0 commit comments