Skip to content

Commit bc8febf

Browse files
committed
Update README files to reflect the transition from Flutter Distributor to Fastforge for app packaging and distribution
1 parent 59d2964 commit bc8febf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README-ZH.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If you lose it, your users will be unable to upgrade!
189189

190190
#### 打包应用
191191

192-
> 为了简化打包的过程,这里使用了 [Flutter Distributor](https://github.com/leanflutter/flutter_distributor) ,一个专门用于打包和发布 Flutter 应用的完整工具。
192+
> 为了简化打包的过程,这里使用了 [Fastforge](https://fastforge.dev) ,一个专门用于打包和发布 Flutter 应用的完整工具。
193193
194194
`distribute_options.yaml` 添加到你的项目根目录。
195195

@@ -205,7 +205,7 @@ releases:
205205
build_args:
206206
dart-define:
207207
APP_ENV: dev
208-
# 查看完整文档:https://distributor.leanflutter.org/configuration/makers/exe
208+
# 查看完整文档:https://fastforge.dev/makers/exe
209209
- name: windows-exe
210210
package:
211211
platform: windows
@@ -220,15 +220,15 @@ releases:
220220
运行以下命令:
221221
222222
```
223-
flutter_distributor release --name prod --jobs macos-zip
223+
fastforge release --name prod --jobs macos-zip
224224
```
225225

226226
##### Windows
227227

228228
运行以下命令:
229229

230230
```
231-
flutter_distributor release --name prod --jobs windows-exe
231+
fastforge release --name prod --jobs windows-exe
232232
```
233233

234234
#### 获取签名

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Change the file `windows/runner/Runner.rc` as follows:
189189

190190
#### Packaging
191191

192-
> To simplify the packaging process, [Flutter Distributor](https://github.com/leanflutter/flutter_distributor) is used here, A complete tool dedicated to packaging and publishing Flutter apps.
192+
> To simplify the packaging process, [Fastforge](https://fastforge.dev) is used here, A complete tool dedicated to packaging and publishing Flutter apps.
193193
194194
Add `distribute_options.yaml` to your project root directory.
195195

@@ -205,7 +205,7 @@ releases:
205205
build_args:
206206
dart-define:
207207
APP_ENV: dev
208-
# See full documentation: https://distributor.leanflutter.org/configuration/makers/exe
208+
# See full documentation: https://fastforge.dev/makers/exe
209209
- name: windows-exe
210210
package:
211211
platform: windows
@@ -220,15 +220,15 @@ releases:
220220
Run the following command:
221221
222222
```
223-
flutter_distributor release --name prod --jobs macos-zip
223+
fastforge release --name prod --jobs macos-zip
224224
```
225225

226226
##### Windows
227227

228228
Run the following command:
229229

230230
```
231-
flutter_distributor release --name prod --jobs windows-exe
231+
fastforge release --name prod --jobs windows-exe
232232
```
233233

234234
#### Get signature

0 commit comments

Comments
 (0)