flutter_distributor
flutter_distributor copied to clipboard
[Windows] zip package product filtering
After compiling Flutter for Windows, a pdb file is generated in the product directory. Currently, the zip packaging method does not filter these files, resulting in pdb files being included in the release package. We hope that the Windows zip packaging method will support filtering files with specified extensions, such as *.pdb and *.log, or that unnecessary product files will be filtered out by default. Thanks