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.
1 parent 98c1df4 commit 6920379Copy full SHA for 6920379
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