File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments