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

@@ -1,9 +1,10 @@
import common
import os # for env vars
import sys # for path
import urllib.request # for downloads
import os # for env vars
import sys # for path
import urllib.request # for downloads
from shutil import unpack_archive
import common
# only do stuff if we don't have a UPX folder
if not os.path.isdir(os.path.join(".","upx")):