See if this fixes this damn dll
This commit is contained in:
@@ -35,6 +35,9 @@ a = Analysis(['DungeonRandomizer.py'],
|
|||||||
cipher=block_cipher,
|
cipher=block_cipher,
|
||||||
noarchive=False)
|
noarchive=False)
|
||||||
|
|
||||||
|
if sys.platform.find("windows"):
|
||||||
|
a.binaries.append("ucrtbase.dll")
|
||||||
|
|
||||||
# https://stackoverflow.com/questions/17034434/how-to-remove-exclude-modules-and-files-from-pyinstaller
|
# https://stackoverflow.com/questions/17034434/how-to-remove-exclude-modules-and-files-from-pyinstaller
|
||||||
excluded_binaries = [
|
excluded_binaries = [
|
||||||
'VCRUNTIME140.dll',
|
'VCRUNTIME140.dll',
|
||||||
|
|||||||
3
Gui.spec
3
Gui.spec
@@ -40,6 +40,9 @@ a = Analysis(['Gui.py'],
|
|||||||
cipher=block_cipher,
|
cipher=block_cipher,
|
||||||
noarchive=False)
|
noarchive=False)
|
||||||
|
|
||||||
|
if sys.platform.find("windows"):
|
||||||
|
a.binaries.append("ucrtbase.dll")
|
||||||
|
|
||||||
# https://stackoverflow.com/questions/17034434/how-to-remove-exclude-modules-and-files-from-pyinstaller
|
# https://stackoverflow.com/questions/17034434/how-to-remove-exclude-modules-and-files-from-pyinstaller
|
||||||
excluded_binaries = [
|
excluded_binaries = [
|
||||||
'VCRUNTIME140.dll',
|
'VCRUNTIME140.dll',
|
||||||
|
|||||||
Reference in New Issue
Block a user