flutter_distributor
flutter_distributor copied to clipboard
An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
### Steps to reproduce 1. I was trying to build deb file github project [chatmcp](https://github.com/daodao97/chatmcp). I run this command :- ```sh flutter_distributor release --name=dev --jobs=linux-deb ``` ### Expected results It...
Add `--post-package-windows-cmd` option to execute custom commands between build and package steps for Windows platform. This enables custom file operations (like code signing) on the built executable before packaging. Changes:...
I'm using the flutter_distributor library to package a Flutter Windows application. The current packaging workflow is as follows: - flutter_distributor runs `flutter build` to build files. - It then packages...
Directory innoSetupDirectory = Directory('C:\\Program Files (x86)\\Inno Setup 6');
We are currently deploying our Windows release using Fastforge, which packages the app into an EXE installer with an auto-updater. Since we’ve started using Shorebird for patching between releases (primarily...
When I try to create an RPM Package for a flutter build I get the following error: cp: cannot stat 'saber/*': No such file or directory error: Bad exit status...
Fastforge supports using Github releases, it'd be nice if this could be expanded to support Gitea & Forgejo/Codeberg releases too.
希望支持将build之后的文件打包在一起,免安装可以直接运行,包含资源文件。 类似pyinstaller
我的make_config.yaml如下,尝试将assets文件夹包含进appimage,但是失败了。是不支持嘛? display_name: RockMong Tools icon: assets/images/logo.png keywords: - RockMong - Tools - Utility - Development generic_name: RockMong Tools Suite categories: - Development - Utility startup_notify: true files: include: - assets/