Skip to content

Commit 19727c5

Browse files
committed
Include .exe files with the windows build
1 parent caac89b commit 19727c5

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Developer Notes:
2+
3+
The exttools directory is the location where Easy AVR keeps its "batteries
4+
included" AVR loader tools. The exttools directory should not commit .exe
5+
files to the source repository, but if a developer places exe files in this
6+
location on their local copy then the py2exe script will include them in
7+
the distribution.
8+
9+
Users of the source distribution may also place loader tools in this location
10+
if they don't want to install them or modify their PATHs.

keymapper/py2exe_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
# ("Microsoft.VC90.CRT", glob("Microsoft.VC90.CRT\\*.*")),
7575
("builds", glob("easykeymap\\builds\\*.hex")),
7676
("configs", glob("easykeymap\\configs\\*.cfg")),
77+
("exttools", glob("easykeymap\\exttools\\*.exe")),
7778
("icons", glob("easykeymap\\icons\\*.ico")),
7879
("manuals", glob("easykeymap\\manuals\\*.txt"))
7980
]

0 commit comments

Comments
 (0)