Skip to content

Commit

Permalink
add screenshots folder to build
Browse files Browse the repository at this point in the history
  • Loading branch information
icyveins7 committed May 30, 2024
1 parent 15909b2 commit 65106c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyinstaller --noconsole --add-data .\matlab:.\matlab --add-data .\README.md:. --add-data .\icon.png:. --add-data .\ipc.py:. main.py
pyinstaller --noconsole --add-data .\matlab:.\matlab --add-data .\README.md:. --add-data .\icon.png:. --add-data .\ipc.py:. --add-data .\screenshots:.\screenshots main.py
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyinstaller --add-data ./matlab:./matlab --add-data ./README.md:. --add-data ./icon.png:. --add-data ./ipc.py:. --noconsole main.py
pyinstaller --add-data ./matlab:./matlab --add-data ./README.md:. --add-data ./icon.png:. --add-data ./ipc.py:. --add-data ./screenshots:./screenshots --noconsole main.py

0 comments on commit 65106c7

Please sign in to comment.