Skip to content

Commit

Permalink
Set PYTHONPATH for Flatpak (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrezai authored Nov 2, 2024
2 parents c4b97cd + ef846f6 commit 3e83e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flatpak/startup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
export DISPLAY=:0.0
export PYTHONPATH=$PYTHONPATH:/app/bin:/app/bin/player
python3 /app/bin/startup.py

0 comments on commit 3e83e9b

Please sign in to comment.