add debug and release github workflows for windows#2808
add debug and release github workflows for windows#2808Axiaobo7788 wants to merge 25 commits intokrille-chan:mainfrom
Conversation
modified: .github/workflows/integrate.yaml modified: .github/workflows/release.yaml
…release upload credentials
modified: .github/workflows/integrate.yaml
…FluffyChat modified: .github/workflows/main_deploy.yaml
…solve CI build failure
| @@ -0,0 +1,418 @@ | |||
| ; *** Inno Setup version 6.5.0+ Chinese Simplified messages *** | |||
There was a problem hiding this comment.
Why do we need these language files? Localization should be done in the arb files only
There was a problem hiding this comment.
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.
This comment was marked as off-topic.
Sorry, something went wrong.
There was a problem hiding this comment.
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.🤔
Thank you so much for your contribution to FluffyChat ❤️❤️❤️
Pull Request has been tested on:
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.cppto display a command prompt when building the debug versionAdd Windows Debug and Release build workflows, including Inno Setup