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 da25e66 commit 2a0c855Copy full SHA for 2a0c855
scriptmodules/ports/opendune.sh
@@ -46,8 +46,6 @@ function game_data_opendune() {
46
47
if [[ ! -f "$romdir/ports/dune2/DUNE2.EXE" ]]; then
48
downloadAndExtract "https://github.com/Exarkuniv/game-data/raw/main/dune-II.zip" "$romdir/ports/dune2/data"
49
- mv "$romdir/ports/dune2/dune-ii-the-building-of-a-dynasty/"* "$romdir/ports/dune2/data"
50
- rmdir "$romdir/ports/dune2/dune-ii-the-building-of-a-dynasty/"
51
chown -R $user:$user "$romdir/ports/dune2/data"
52
fi
53
#changing the config to work with RetroPie
0 commit comments