1 Commits

Author SHA1 Message Date
thewesker
6013b5f862 Importing dir_util is required on macOS. Fixing spelling error. 2022-01-04 15:46:27 -05:00

View File

@@ -21,6 +21,7 @@ import distutils
import webbrowser
import threading
import hashlib
from distutils import dir_util
pageNumber = 0
@@ -249,7 +250,7 @@ def start():
outputbox("Unlaunch Downloaded\n")
lineCounter = lineCounter + 1
# Extract Unlaunch
unzipper(unlaunchLocation, irectory)
unzipper(unlaunchLocation, directory)
print("Unlaunch Extracted")
# Creates roms/nds if it does not exist