Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit d18dee8

Browse files
committed
add build script
1 parent 9392149 commit d18dee8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#! /bin/bash
2+
3+
pyinstaller --clean \
4+
--paths=./env/lib/python3.4/site-packages/pygments \
5+
--name=pugdebug \
6+
--onefile \
7+
app.py

0 commit comments

Comments
 (0)