Skip to content

add debug and release github workflows for windows#2808

Open
Axiaobo7788 wants to merge 25 commits intokrille-chan:mainfrom
Axiaobo7788:main
Open

add debug and release github workflows for windows#2808
Axiaobo7788 wants to merge 25 commits intokrille-chan:mainfrom
Axiaobo7788:main

Conversation

@Axiaobo7788
Copy link
Copy Markdown

@Axiaobo7788 Axiaobo7788 commented Apr 1, 2026

Thank you so much for your contribution to FluffyChat ❤️❤️❤️

Pull Request has been tested on:

  • Android
  • iOS
  • Browser (Chromium based)
  • Browser (Firefox based)
  • Browser (WebKit based)
  • Desktop Linux
  • [ ✅ ] Desktop Windows
  • Desktop macOS

I’ve made some changes to the Windows version of FluttyChat

What Changed:

  • Fixed an issue with incorrect DLL filenames for sqlite3 on Windows

  • Modify windows/runner/main.cpp to display a command prompt when building the debug version

  • Add Windows Debug and Release build workflows, including Inno Setup

	modified:   .github/workflows/integrate.yaml
	modified:   .github/workflows/release.yaml
	modified:   .github/workflows/integrate.yaml
…FluffyChat

	modified:   .github/workflows/main_deploy.yaml
@Axiaobo7788 Axiaobo7788 requested a review from krille-chan as a code owner April 1, 2026 11:18
@@ -0,0 +1,418 @@
; *** Inno Setup version 6.5.0+ Chinese Simplified messages ***
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need these language files? Localization should be done in the arb files only

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the Simplified Chinese and Traditional Chinese language packs for Inno Setup are not officially supported, they must be included via ISL files. Do you have a better solution?

This comment was marked as off-topic.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel I need to clarify once again that the InnoSetup language packs are supported independently and have nothing to do with Flutter’s ARB files.
Having given it some thought, if you don’t want to add the ISL files for the language packs to the repository, I’ll make them available via workflows instead.🤔

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you think¿🤨 @krille-chan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants