Skip to content

Commit

Permalink
correct build output file name (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azazel-Woodwind authored Jan 28, 2025
1 parent 17df94c commit 198ac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/bundling.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ custom_target(
meson.project_source_root() / 'app.ts',
main,
],
output: [meson.project_name()],
output: main,
input: files('app.ts'),
install: true,
install_dir: pkgdatadir,
Expand Down

0 comments on commit 198ac8e

Please sign in to comment.