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 9e72cdf commit 01babb2Copy full SHA for 01babb2
tchMaterial-parser.spec
@@ -2,7 +2,7 @@
2
3
4
a = Analysis(
5
- ['src\\tchMaterial-parser.pyw'],
+ ['src/tchMaterial-parser.pyw'],
6
pathex=[],
7
binaries=[],
8
datas=[],
@@ -36,5 +36,5 @@ exe = EXE(
36
codesign_identity=None,
37
entitlements_file=None,
38
version='version.txt',
39
- icon=['src\\favicon_48x48.ico'],
+ icon=['src/favicon_48x48.ico'],
40
)
0 commit comments