Skip to content

Commit

Permalink
fix: exe config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 31, 2024
1 parent 579f7d9 commit a3ba826
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion website/src/content/docs/makers/exe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion website/src/content/docs/zh-hans/makers/exe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3ba826

Please sign in to comment.