mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: upgrade editor to 1.2.1 (#2997)
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -168,7 +168,7 @@ script = [
|
||||
script = ["""
|
||||
cd appflowy_flutter/
|
||||
flutter pub get
|
||||
flutter build ${TARGET_OS} --${BUILD_FLAG}
|
||||
flutter build ${TARGET_OS} --${BUILD_FLAG} --verbose
|
||||
"""]
|
||||
script_runner = "@shell"
|
||||
|
||||
|
Reference in New Issue
Block a user