Skip to content

Commit 01babb2

Browse files
committed
fix(spec): support non-Windows platform
1 parent 9e72cdf commit 01babb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tchMaterial-parser.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
a = Analysis(
5-
['src\\tchMaterial-parser.pyw'],
5+
['src/tchMaterial-parser.pyw'],
66
pathex=[],
77
binaries=[],
88
datas=[],
@@ -36,5 +36,5 @@ exe = EXE(
3636
codesign_identity=None,
3737
entitlements_file=None,
3838
version='version.txt',
39-
icon=['src\\favicon_48x48.ico'],
39+
icon=['src/favicon_48x48.ico'],
4040
)

0 commit comments

Comments
 (0)