Skip to content

Commit

Permalink
feat: add built-in mod
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberSir committed Jul 22, 2024
1 parent 190290a commit e1bda7b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/Build-Html-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,29 @@ jobs:
yarn run build:ts
yarn run build:webpack
node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json"
- name: Copy DoLHookWidget
- name: Copy DoLLinkButtonFilter
uses: Lyoko-Jeremie/js-copy-github-action@master
with:
srcBase: ${{ github.workspace }}/ModLoader/
source: ${{ github.workspace }}/ModLoader/mod/DoLLinkButtonFilter/DoLLinkButtonFilter.mod.zip
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

- name: Build HookMacroRng
working-directory: ${{ github.workspace }}/ModLoader/mod/HookMacroRng
run: |
yarn install
yarn run build:ts
yarn run build:webpack
node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json"
- name: Copy HookMacroRng
uses: Lyoko-Jeremie/js-copy-github-action@master
with:
srcBase: ${{ github.workspace }}/ModLoader/
source: ${{ github.workspace }}/ModLoader/mod/HookMacroRng/HookMacroRng.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 e1bda7b

Please sign in to comment.