We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0616a commit bef0699Copy full SHA for bef0699
assets/squishbox-install.bash
@@ -270,7 +270,7 @@ if [[ $install_synth ]]; then
270
|| echo E: install failed; } | grep '^[WE]:'; then
271
warning "Couldn't get all dependencies!"
272
fi
273
- wget -qO - https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$BUILD_FS_VER.tar.gz | tar -xzm
+ wget -qO - https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$FS_VER.tar.gz | tar -xzm
274
fstemp=`ls -dt fluidsynth-* | head -n1`
275
mkdir $fstemp/build
276
cd $fstemp/build
0 commit comments