From a3ba826ec2ce896f9c005d3826ba53a1d25bf0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Sun, 31 Mar 2024 18:11:42 +0800 Subject: [PATCH] fix: exe config issue --- examples/hello_world/windows/packaging/exe/make_config.yaml | 2 +- website/src/content/docs/makers/exe.md | 3 ++- website/src/content/docs/zh-hans/makers/exe.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/hello_world/windows/packaging/exe/make_config.yaml b/examples/hello_world/windows/packaging/exe/make_config.yaml index ca596957..089d8111 100644 --- a/examples/hello_world/windows/packaging/exe/make_config.yaml +++ b/examples/hello_world/windows/packaging/exe/make_config.yaml @@ -5,6 +5,6 @@ publisher_url: https://github.com/leanflutter/flutter_distributor display_name: Hello 世界 create_desktop_icon: true launch_at_startup: true -# install_dir_name: "C:\\HELLO-WORLD" +# install_dir_name: "D:\\HELLO-WORLD" locales: - zh diff --git a/website/src/content/docs/makers/exe.md b/website/src/content/docs/makers/exe.md index ce9ce818..5f1c74dd 100644 --- a/website/src/content/docs/makers/exe.md +++ b/website/src/content/docs/makers/exe.md @@ -18,7 +18,8 @@ publisher: LeanFlutter publisher_url: https://github.com/leanflutter/flutter_distributor display_name: Hello 世界 create_desktop_icon: true -install_dir_name: HELLO-WORLD +# See: https://jrsoftware.org/ishelp/index.php?topic=setup_defaultdirname +# install_dir_name: "D:\\HELLO-WORLD" locales: - en - zh diff --git a/website/src/content/docs/zh-hans/makers/exe.md b/website/src/content/docs/zh-hans/makers/exe.md index dbaf85b4..c63fe4cc 100644 --- a/website/src/content/docs/zh-hans/makers/exe.md +++ b/website/src/content/docs/zh-hans/makers/exe.md @@ -18,7 +18,8 @@ publisher: LeanFlutter publisher_url: https://github.com/leanflutter/flutter_distributor display_name: Hello 世界 create_desktop_icon: true -install_dir_name: HELLO-WORLD +# See: https://jrsoftware.org/ishelp/index.php?topic=setup_defaultdirname +# install_dir_name: "D:\\HELLO-WORLD" locales: - en - zh