chore: upgrade editor to 1.2.1 (#2997)

This commit is contained in:
Lucas.Xu
2023-07-14 16:08:40 +07:00
committed by GitHub
parent 39988f6785
commit 098c085d96
12 changed files with 51 additions and 17 deletions

View File

@ -13,7 +13,7 @@ cd ..\..\..\appflowy_flutter
REM copy the resources/translations folder to
REM the appflowy_flutter/assets/translation directory
echo Copying resources/translations to appflowy_flutter/assets/translations
xcopy /E /Y /I ..\resources\translations assets\translations
xcopy /E /Y /I ..\resources\translations\ assets\translations\
call flutter packages pub get

View File

@ -12,7 +12,7 @@ cd ../../../appflowy_flutter
# copy the resources/translations folder to
# the appflowy_flutter/assets/translation directory
cp -r ../resources/translations assets/translations
cp -rf ../resources/translations/ assets/translations/
flutter packages pub get