将 make_config.yaml 添加到您的项目 linux/packaging/deb 目录。
make_config.yaml
linux/packaging/deb
display_name: Hello Worldpackage_name: hello-worldmaintainer: name: LiJianying email: lijy91@foxmail.comco_authors: - name: Kingkor Roy Tirtho email: krtirtho@gmail.compriority: optionalsection: x11installed_size: 6604essential: falseicon: assets/logo.png postinstall_scripts: - echo "Installed my awesome app"postuninstall_scripts: - echo "Surprised Pickachu face" keywords: - Hello - World - Test - Application generic_name: Music Application categories: - Music - Media startup_notify: true
运行:
flutter_distributor package --platform linux --targets deb