Skip to content

Commit a752230

Browse files
committed
fix something
1 parent ed84438 commit a752230

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.idea/
2-
pretrained/*.pb
3-
__pycache__
4-
.DS_Store/
5-
dist/
2+
Fantastic-Filter/opt/*
3+
__pycache__/
64
build/
5+
dist/
6+
*.deb
7+
pretrained/
8+
venv/

app.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ block_cipher = None
44

55

66
a = Analysis(['app.py'],
7-
pathex=['./Fantasic-Filter'],
7+
pathex=['./'],
88
binaries=[],
9-
datas=[('venv//Lib//site-packages//ttkthemes', 'ttkthemes'), ('./appicon.png', 'appicon.png'), ('./appicon.ico', 'appicon.ico')],
10-
hiddenimports=['ttkthemes'],
9+
datas=[('venv/lib/python3.6/site-packages/ttkthemes', 'ttkthemes'),('venv/lib/python3.6/site-packages/PIL', 'PIL'), ('./appicon.png', 'appicon.png'), ('./appicon.ico', 'appicon.ico')],
10+
hiddenimports=['ttkthemes', 'PIL'],
1111
hookspath=[],
1212
runtime_hooks=[],
1313
excludes=[],

0 commit comments

Comments
 (0)