Files
kitchen/distribute_options.yaml
2026-04-21 10:14:37 +08:00

30 lines
1.2 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============================================================================
# 小妈厨房 - flutter_distributor 打包配置
# ============================================================================
# 使用方法:
# 1. 先安装 flutter_distributor: dart pub global activate flutter_distributor
# 2. 确保 E:\cache\pub\bin 在系统 PATH 中
# 3. 先安装 Inno Setup: https://jrsoftware.org/isdl.php
# 4. 构建+打包一条命令:
# flutter_distributor package --platform windows --target inno
#- 键盘快捷键 Alt+← / Backspace / BrowserBack 键返回上一页
#- 鼠标侧键 C++ 层处理 WM_XBUTTONUP XButton1=返回XButton2=前进
# 输出: dist/ 目录下生成安装程序 EXE
# ============================================================================
# 安装包输出目录
output: dist/
releases:
- name: release
jobs:
- name: windows-inno # 打包任务名称
package:
platform: windows # 目标平台: windows
target: inno # 打包格式: inno (Inno Setup 安装程序)
build_args:
dart-define:
- BUILD_MODE=release # Dart 编译常量,代码中可通过 String.fromEnvironment 读取