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 bcaa9eb commit 07eb982Copy full SHA for 07eb982
build.bat
@@ -1,2 +1,5 @@
1
@echo off
2
python setup.py py2exe
3
+if exist dist (
4
+ copy about_header.png dist/about_header.png
5
+)
0 commit comments