Skip to content

Commit

Permalink
ML 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Dec 3, 2023
1 parent d4ee9bb commit 6956269
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/Build-Html-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,21 @@ jobs:
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

- name: Build TweePrefixPostfixAddon
working-directory: ${{ github.workspace }}/ModLoader/mod/TweePrefixPostfixAddon
run: |
yarn install
yarn run build:ts
yarn run build:webpack
node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json"
- name: Copy TweePrefixPostfixAddon
uses: Lyoko-Jeremie/js-copy-github-action@master
with:
srcBase: ${{ github.workspace }}/ModLoader/
source: ${{ github.workspace }}/ModLoader/mod/TweePrefixPostfixAddon/TweePrefixPostfixAddon.mod.zip
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

# TweeReplacerLinker must build before `TweeReplacer` and `I18nTweeReplacer`
- name: Build TweeReplacerLinker
working-directory: ${{ github.workspace }}/ModLoader/mod/TweeReplacerLinker
Expand Down Expand Up @@ -362,6 +377,18 @@ jobs:
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

- name: Build DoLHookWidget
working-directory: ${{ github.workspace }}/ModLoader/mod/DoLHookWidget
run: |
node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json"
- name: Copy DoLHookWidget
uses: Lyoko-Jeremie/js-copy-github-action@master
with:
srcBase: ${{ github.workspace }}/ModLoader/
source: ${{ github.workspace }}/ModLoader/mod/DoLHookWidget/DoLHookWidget.mod.zip
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

# ========= make GameOriginalImagePack =========
- name: Checkout GameOriginalImagePack
uses: actions/checkout@v4
Expand Down

0 comments on commit 6956269

Please sign in to comment.