diff --git a/.github/workflows/Build-Html-Package.yml b/.github/workflows/Build-Html-Package.yml index 91f628a4..48fb06f3 100644 --- a/.github/workflows/Build-Html-Package.yml +++ b/.github/workflows/Build-Html-Package.yml @@ -222,6 +222,21 @@ jobs: destBase: ${{ github.workspace }}/ModLoader/out target: ${{ github.workspace }}/ModLoader/out + - name: Build I18nScriptList + working-directory: ${{ github.workspace }}/ModLoader/mod/I18nScriptList + run: | + yarn install + yarn run build:ts + yarn run build:webpack + node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json" + - name: Copy I18nScriptList + uses: Lyoko-Jeremie/js-copy-github-action@master + with: + srcBase: ${{ github.workspace }}/ModLoader/ + source: ${{ github.workspace }}/ModLoader/mod/I18nScriptList/I18nScriptList.mod.zip + destBase: ${{ github.workspace }}/ModLoader/out + target: ${{ github.workspace }}/ModLoader/out + - name: Build ReplacePatch working-directory: ${{ github.workspace }}/ModLoader/mod/ReplacePatch run: | diff --git a/ModLoader b/ModLoader index 2f2cc89c..c0d797f7 160000 --- a/ModLoader +++ b/ModLoader @@ -1 +1 @@ -Subproject commit 2f2cc89c5d43785f3599d4f6d034966599715c8c +Subproject commit c0d797f7543eb0825deeb0d63b0af576a96f3ea0