瀏覽代碼

fix: windows relesae job (#3038)

Lucas.Xu 2 年之前
父節點
當前提交
6e9a5a16a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/scripts/code_generation/language_files/generate_language_files.cmd

+ 1 - 1
frontend/scripts/code_generation/language_files/generate_language_files.cmd

@@ -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