Skip to content

Commit

Permalink
force install of filters and sensors modules
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarshall committed May 6, 2022
1 parent a04af90 commit e7b5191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeexecutable.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyinstaller --add-data *.png;. --add-data main.ico;. grovepiemu.py --add-data testfiles/*;testfiles --add-data gpe_utils/pikeys;pikeys -p fakegrovepi --add-data Azure-ttk-theme;Azure-ttk-theme
pyinstaller --add-data *.png;. --add-data main.ico;. grovepiemu.py --add-data testfiles/*;testfiles --add-data gpe_utils/pikeys;pikeys -p fakegrovepi --add-data Azure-ttk-theme;Azure-ttk-theme --hidden-import sensors --hidden-import graphs --hidden-import filters
cd dist
del grovepiemu-windows.zip
powershell.exe Compress-Archive grovepiemu grovepiemu-windows.zip
Expand Down

0 comments on commit e7b5191

Please sign in to comment.