Fix fundamental wavetable garbage reads, and windows builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d423ac94b5
commit
b29c079266
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue