Skip to content
Snippets Groups Projects
Commit 91ea16c5 authored by Rsge's avatar Rsge
Browse files

Added pauses before ends to ease use with double-click execution

parent a9edae7e
No related branches found
No related tags found
No related merge requests found
...@@ -193,6 +193,8 @@ subprocess.run([szip, 'a', modpack_name + "_EUI.7z", modpack_path], stdout=null, ...@@ -193,6 +193,8 @@ subprocess.run([szip, 'a', modpack_name + "_EUI.7z", modpack_path], stdout=null,
#print("Moving Modspack folder") #print("Moving Modspack folder")
#shutil.move(modpack_path, j(base_path, modpack_folder_name)) #shutil.move(modpack_path, j(base_path, modpack_folder_name))
#Finishing up
null.close() null.close()
print("Done.\n") print("Done.\n")
input("Press Enter to exit. . .")
exit(0) exit(0)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment