From e1fc7119bc8dc0861754d6086a6a58df102d2d57 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Sat, 7 Jan 2023 12:36:37 +0800 Subject: [PATCH] docs: fix admonitions syntax (#2263) --- website/docs/reference/cli.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/reference/cli.mdx b/website/docs/reference/cli.mdx index 4a73292ae..c76baaadd 100644 --- a/website/docs/reference/cli.mdx +++ b/website/docs/reference/cli.mdx @@ -85,8 +85,10 @@ Example: `wails build -clean -o myproject.exe` -:::Info +:::info + On Mac, the application will be bundled with `Info.plist`, not `Info.dev.plist`. + ::: :::info UPX on Apple Silicon