Skip to content

Commit

Permalink
No longer needs to copy dsda-doom.wad on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao committed Jun 6, 2024
1 parent 1843982 commit a296a73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/funcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ QFileInfoList findIwads_possibleFiles()
#if defined(Q_OS_MAC) || defined(Q_OS_LINUX)
if (!QDir(dotfolder).exists()) QDir().mkdir(dotfolder);

// Copies dsda-doom.wad to the dotfolder
#if defined(Q_OS_MAC)
QProcess::startDetached("cp", {launcherFolderPath + "/../Resources/" + gameName + ".wad", dotfolder});
#endif

QDir directory(dotfolder);

doomwaddirstr = doomwaddirstr.split(":")[0];
Expand Down

0 comments on commit a296a73

Please sign in to comment.