* Fix build flag

* Fix the build process for new ags update.
This commit is contained in:
Jas Singh
2025-06-27 19:48:53 -07:00
committed by GitHub
parent ec93ae2e35
commit a46929e4c5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
if [ "$#" -eq 0 ]; then
exec gjs -m "@DATADIR@/hyprpanel.js"
exec "@DATADIR@/hyprpanel"
else
exec astal -i hyprpanel "$*"
fi