hardcode release type

This commit is contained in:
tumillanino
2026-04-08 12:10:29 +10:00
parent 2b26de7110
commit 2fe52fc3c1

View File

@@ -2,7 +2,7 @@
set -euo pipefail set -euo pipefail
RENOISE_VERSION=3.5.4 RENOISE_VERSION=3.5.4
EXTRACT_DIR=/tmp/Renoise_${RENOISE_VERSION}_Demo_Linux_x86_64 EXTRACT_DIR=/tmp/Renoise_3_5_4_Demo_Linux_x86_64
curl -L -o /tmp/renoise.tar.gz "https://files.renoise.com/demo/Renoise_3_5_4_Demo_Linux_x86_64.tar.gz" curl -L -o /tmp/renoise.tar.gz "https://files.renoise.com/demo/Renoise_3_5_4_Demo_Linux_x86_64.tar.gz"
tar xf /tmp/renoise.tar.gz -C /tmp tar xf /tmp/renoise.tar.gz -C /tmp