From b29c079266f8a3545d17ca5b750ea3e59001f198 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 27 Jun 2022 23:44:13 +0100 Subject: [PATCH] Fix fundamental wavetable garbage reads, and windows builds Signed-off-by: falkTX --- plugins/Fundamental | 2 +- utils/create-windows-installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Fundamental b/plugins/Fundamental index 634350a..19c706b 160000 --- a/plugins/Fundamental +++ b/plugins/Fundamental @@ -1 +1 @@ -Subproject commit 634350a8f066467b24b70f745a9c4a2a921a0f22 +Subproject commit 19c706bded88a79ad348bf5abe837ec56d4c0e5a diff --git a/utils/create-windows-installer.sh b/utils/create-windows-installer.sh index a8b9c58..a6f2a21 100755 --- a/utils/create-windows-installer.sh +++ b/utils/create-windows-installer.sh @@ -19,7 +19,7 @@ iscc="${innodir}/drive_c/InnoSetup/ISCC.exe" # download it if [ ! -f "${dlfile}" ]; then # FIXME proper dl version - curl -L https://jrsoftware.org/download.php/is.exe?site=2 -o "${dlfile}" + curl -L https://jrsoftware.org/download.php/is.exe -o "${dlfile}" fi # initialize wine