Remove invalid pyqt6-qt6-multimedia dependency and add build.sh script for easy compilation
This commit is contained in:
13
build.sh
Executable file
13
build.sh
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Clean previous builds
|
||||||
|
rm -rf dist build
|
||||||
|
|
||||||
|
# Install requirements
|
||||||
|
pip install -r requirements.txt
|
||||||
|
pip install pyinstaller
|
||||||
|
|
||||||
|
# Build
|
||||||
|
pyinstaller gotify-tray.spec
|
||||||
|
|
||||||
|
echo "Build complete. Executable in dist/gotify-tray/"
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
requests
|
requests
|
||||||
pyqt6>=6.7.1
|
pyqt6>=6.7.1
|
||||||
pyqt6-qt6
|
pyqt6-qt6
|
||||||
pyqt6-qt6-multimedia
|
|
||||||
|
|||||||
Reference in New Issue
Block a user