Browse Source

Fix fundamental wavetable garbage reads, and windows builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 1 year ago
parent
commit
b29c079266
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      plugins/Fundamental
  2. +1
    -1
      utils/create-windows-installer.sh

+ 1
- 1
plugins/Fundamental

@@ -1 +1 @@
Subproject commit 634350a8f066467b24b70f745a9c4a2a921a0f22
Subproject commit 19c706bded88a79ad348bf5abe837ec56d4c0e5a

+ 1
- 1
utils/create-windows-installer.sh View File

@@ -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


Loading…
Cancel
Save