Skip to content

Commit

Permalink
Updated build exec files
Browse files Browse the repository at this point in the history
  • Loading branch information
pawKer committed Nov 10, 2020
1 parent d09bada commit f0afb3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build_exec.bat

This file was deleted.

1 change: 1 addition & 0 deletions build_exec.sh → build_mac.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This requires pyinstaller
pyinstaller \
--windowed \
--clean \
Expand Down
11 changes: 11 additions & 0 deletions build_win.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This requires pyinstaller and can be ran on Windows in Git Bash
pyinstaller \
--onefile \
--windowed \
--clean \
--noconfirm \
--add-data="templates;templates" \
--add-data="static;static" \
--exclude-module=config \
--name vidify-web \
gui_main.py

0 comments on commit f0afb3b

Please sign in to comment.