Skip to content

Commit 9de4f08

Browse files
committed
fixed build specification for windows systems
1 parent 67409c1 commit 9de4f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/Remote-Support-Tool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ARCH_DIR = os.path.join(SRC_DIR, 'arch', ARCH)
5454
# Start Analysis to find the files the program needs.
5555
#
5656

57-
a = Analysis([os.path.join('../src', 'Support.py')],
57+
a = Analysis([os.path.join(SRC_DIR, 'Support.py')],
5858
pathex=[BASE_DIR,],
5959
hiddenimports=[],
6060
excludes=EXCLUCES,

0 commit comments

Comments
 (0)