Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 9018c72

Browse files
committed
Create build file
1 parent 21a9375 commit 9018c72

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*_orig.py
22
*.pyc
33
*.ini
4+
build/
5+
dist/

build.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
3+
python -m PyInstaller --onefile .\cli.py --onefile --icon=icon.ico

icon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)