Skip to content

Commit 468131f

Browse files
authored
Merge pull request #17 from thewesker/patch-1
Importing dir_util is required on macOS. Fixing spelling error.
2 parents 279fa88 + 6013b5f commit 468131f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import webbrowser
2222
import threading
2323
import hashlib
24+
from distutils import dir_util
2425

2526
pageNumber = 0
2627

@@ -249,7 +250,7 @@ def start():
249250
outputbox("Unlaunch Downloaded\n")
250251
lineCounter = lineCounter + 1
251252
# Extract Unlaunch
252-
unzipper(unlaunchLocation, irectory)
253+
unzipper(unlaunchLocation, directory)
253254
print("Unlaunch Extracted")
254255

255256
# Creates roms/nds if it does not exist

0 commit comments

Comments
 (0)