File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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> "
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> (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> "
284285
285286 elif echo " ${PACKAGE_BASENAME} " | grep -q " carla-vst-wine_" ; then
286287 # amd64
You can’t perform that action at this time.
0 commit comments