Skip to content

Commit 07eb982

Browse files
author
dn0z
committed
build.bat now copies the about_header.png automatically
1 parent bcaa9eb commit 07eb982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
@echo off
22
python setup.py py2exe
3+
if exist dist (
4+
copy about_header.png dist/about_header.png
5+
)

0 commit comments

Comments
 (0)