We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98c1df4 + 6920379 commit abd614aCopy full SHA for abd614a
scriptmodules/libretrocores/lr-scummvm.sh
@@ -49,7 +49,7 @@ function configure_lr-scummvm() {
49
defaultRAConfig "scummvm"
50
51
# unpack the data files to system dir
52
- runCmd unzip -q "$md_inst/scummvm.zip" -d "$biosdir"
+ runCmd unzip -q -o "$md_inst/scummvm.zip" -d "$biosdir"
53
chown -R $user:$user "$biosdir/scummvm"
54
55
# basic initial configuration (if config file not found)
0 commit comments