This commit is contained in:
2026-01-25 13:59:45 -06:00
parent ec81a900ef
commit 78dd5c65fc
105 changed files with 919 additions and 406 deletions

View File

@@ -2,11 +2,11 @@
Build Entrypoints
'''
import json
import platform
import os # for checking for dirs
import platform
import re
from json.decoder import JSONDecodeError
from subprocess import Popen, PIPE, STDOUT, CalledProcessError
from subprocess import PIPE, STDOUT, CalledProcessError, Popen
DEST_DIRECTORY = "."

View File

@@ -25,7 +25,7 @@ def check_requirements(console=False):
logger.error('https://github.com/aerinon/ALttPDoorRandomizer/blob/DoorDev/docs/BUILDING.md')
else:
import webbrowser
from tkinter import Tk, Label, Button, Frame
from tkinter import Button, Frame, Label, Tk
master = Tk()
master.title('Error')