|
@@ -10,6 +10,11 @@ cd /d "%~dp0"
|
|
|
|
|
|
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
|
|
|
+
|
|
|
call flutter packages pub get
|
|
|
|
|
|
echo Specifying source directory for AppFlowy Localizations.
|