We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67409c1 commit 9de4f08Copy full SHA for 9de4f08
1 file changed
misc/Remote-Support-Tool.spec
@@ -54,7 +54,7 @@ ARCH_DIR = os.path.join(SRC_DIR, 'arch', ARCH)
54
# Start Analysis to find the files the program needs.
55
#
56
57
-a = Analysis([os.path.join('../src', 'Support.py')],
+a = Analysis([os.path.join(SRC_DIR, 'Support.py')],
58
pathex=[BASE_DIR,],
59
hiddenimports=[],
60
excludes=EXCLUCES,
0 commit comments