Skip to content

Commit f68fcce

Browse files
Merge branch 'development' of https://github.com/SarthakJariwala/Python_GUI_apps into development
2 parents d591cbc + 9475741 commit f68fcce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PythonGUI_apps/DataBrowser.spec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# -*- mode: python -*-
1+
# -*- mode: python ; coding: utf-8 -*-
22

33
block_cipher = None
44

55

6-
a = Analysis(['C:\\Users\\lindat18\\Dropbox\\Ginger_Lab\\Data_Analysis\\PythonGUI_apps\\DataBrowser.py'],
7-
pathex=['C:\\Users\\lindat18\\Dropbox\\Ginger_Lab\\Data_Analysis\\PythonGUI_apps'],
6+
a = Analysis(['DataBrowser.py'],
7+
pathex=['E:\\QT_projects\\Python_GUI_apps\\PythonGUI_apps'],
88
binaries=[],
99
datas=[],
1010
hiddenimports=['ipykernel.datapub'],
@@ -33,4 +33,5 @@ coll = COLLECT(exe,
3333
a.datas,
3434
strip=False,
3535
upx=True,
36+
upx_exclude=[],
3637
name='DataBrowser')

0 commit comments

Comments
 (0)