fix: build output (#1032)

* Fix build output

* Fix command
This commit is contained in:
Jas Singh
2025-06-27 22:17:47 -07:00
committed by GitHub
parent a46929e4c5
commit d4895922de
3 changed files with 3 additions and 3 deletions

View File

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