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

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