chore: adjust flutter windows release path (#4257)

This commit is contained in:
Lucas.Xu
2023-12-31 02:23:27 +08:00
committed by GitHub
parent 84b8b92582
commit 2f6a4f8c7b
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ cd ..\..\..\appflowy_flutter
REM Navigate to the appflowy_flutter directory and generate files
echo Generating files for appflowy_flutter
REM call flutter packages pub get
call flutter packages pub get
call dart run build_runner clean && call dart run build_runner build -d
echo Done generating files for appflowy_flutter