Skip to content

Commit

Permalink
bundle --all
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitslayn committed Jun 15, 2024
1 parent 000de85 commit 43546a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm install

- name: Build TypeScript and bundle into asar
run: pnpm run bundle
run: pnpm run bundle --all

- uses: ncipollo/release-action@v1
with:
Expand Down
5 changes: 1 addition & 4 deletions plugins/btw.bitslayn.channelIcons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@
"type": "replugged-plugin",
"renderer": "src/index.tsx",
"source": "https://github.com/Bitslayn/RepluggedPlugins/tree/main/plugins/btw.bitslayn.channelIcons",
"image": [
"https://i.imgur.com/juPgF9z.png",
"https://i.imgur.com/9h3UiVb.png"
]
"image": ["https://i.imgur.com/juPgF9z.png", "https://i.imgur.com/9h3UiVb.png"]
}

0 comments on commit 43546a4

Please sign in to comment.