Build fix (#1030)
* Fix build flag * Fix the build process for new ags update.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user