From 3987972007d55d46dcb712a56b1fc6d584bc5a28 Mon Sep 17 00:00:00 2001 From: Kai Strachan <67590754+Azazel-Woodwind@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:27:49 +0000 Subject: [PATCH] correct build output file name --- docs/guide/bundling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/bundling.md b/docs/guide/bundling.md index 3de987d7..04d94223 100644 --- a/docs/guide/bundling.md +++ b/docs/guide/bundling.md @@ -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,