Changing HudFX location
This commit is contained in:
parent
50467edaec
commit
402873d698
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ import subprocess
|
|||
import os
|
||||
from datetime import datetime
|
||||
|
||||
OVERLAY_SCRIPT = "/home/bashy/projects/HudFX_LNX/hudfx.py"
|
||||
OVERLAY_SCRIPT = "/home/bashy/.apps/HudFX_LNX/hudfx.py"
|
||||
PYTHON_BIN = "/usr/bin/python3"
|
||||
FLATPAK_SPAWN = "/usr/bin/flatpak-spawn"
|
||||
LOG_FILE = "/home/bashy/projects/HudFX_LNX/hudfx.log"
|
||||
LOG_FILE = "/home/bashy/.apps/HudFX_LNX/hudfx.log"
|
||||
|
||||
process = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue