Skip to content

Commit

Permalink
修复 build 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed May 17, 2024
1 parent 265e697 commit adb5064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def main():
'build/overrides/config/ftbquests/quests/chapters',
dirs_exist_ok=True
)
os.makedirs('build/overrides/kubejs/assets/gtep/lang', exist_ok=True)
shutil.copy(
'config/ftbquests/localized_quests/zh_cn.json',
'build/overrides/kubejs/assets/gtep/lang/zh_cn.json'
Expand Down

0 comments on commit adb5064

Please sign in to comment.