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.
build
1 parent 458538a commit 841632dCopy full SHA for 841632d
programmer.spec
@@ -4,7 +4,6 @@ block_cipher = None
4
5
# needed for programming
6
added_datas = [
7
- ('build', 'build'),
8
('esptool/flasher_stub/*.c', './flasher_stub/'),
9
('esptool/flasher_stub/*.py', './flasher_stub/'),
10
('esptool/flasher_stub/ld/*.ld', './flasher_stub/ld/'),
@@ -47,7 +46,7 @@ exe = EXE(pyz,
47
46
a.scripts,
48
a.binaries,
49
a.zipfiles,
50
- a.datas,
+ a.datas + Tree('build', 'build'),
51
name='programmer',
52
debug=False,
53
bootloader_ignore_signals=False,
0 commit comments