* 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

@@ -24,7 +24,7 @@ custom_target(
meson.project_source_root() / 'app.ts', meson.project_source_root() / 'app.ts',
'@OUTPUT@', '@OUTPUT@',
], ],
output: meson.project_name() + '.js', output: meson.project_name(),
install: true, install: true,
install_dir: datadir, install_dir: datadir,
build_always_stale: true, build_always_stale: true,

View File

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