Skip to content

Commit 622b221

Browse files
committed
Another fix
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 3b42f30 commit 622b221

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

repo/generate-repo-page.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ for PACKAGE in ${PACKAGES[@]}; do
182182
if echo "${PACKAGE_BASENAME}" | grep -q "carla-bridge-win64_"; then
183183
PACKAGE="carla-bridge-win"
184184
PACKAGE_DESCRIPTION="carla windows bridge"
185+
PACKAGE_DATA=""
185186
fi
186187

187188
CLASS="repository-package"
@@ -276,11 +277,11 @@ for PACKAGE in ${PACKAGES[@]}; do
276277
echo "<tr><td>Downloads:</td><td>"
277278

278279
if echo "${PACKAGE_BASENAME}" | grep -q "carla-bridge-win64_"; then
279-
# amd64
280-
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">amd64</a>&nbsp;&nbsp;"
281-
# i386
280+
# i386 -> win32
282281
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>&nbsp;&nbsp;(install both)"
282+
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME_ARCHED}\" target=\"_blank\">win32</a>"
283+
# amd64 -> win64
284+
echo "<a href=\"${PACKAGES_BASE_HTTPS}${PACKAGE_BASENAME}\" target=\"_blank\">win64</a>&nbsp;&nbsp;"
284285

285286
elif echo "${PACKAGE_BASENAME}" | grep -q "carla-vst-wine_"; then
286287
# amd64

0 commit comments

Comments
 (0)