Skip to content

Commit bef0699

Browse files
committed
Update squishbox-install.bash
1 parent 7b0616a commit bef0699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/squishbox-install.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ if [[ $install_synth ]]; then
270270
|| echo E: install failed; } | grep '^[WE]:'; then
271271
warning "Couldn't get all dependencies!"
272272
fi
273-
wget -qO - https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$BUILD_FS_VER.tar.gz | tar -xzm
273+
wget -qO - https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$FS_VER.tar.gz | tar -xzm
274274
fstemp=`ls -dt fluidsynth-* | head -n1`
275275
mkdir $fstemp/build
276276
cd $fstemp/build

0 commit comments

Comments
 (0)