diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-22 06:31:47 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-22 06:31:47 +0200 |
commit | c116d00d037b9831b2d5cac4df15c10b0c6c4085 (patch) | |
tree | 26cd8c7c3c5feed0a3daddef69a28fc3a83f747d /.github/workflows | |
parent | 44f6f71c3efd2e4e0f9dbd97ab4680ec76536052 (diff) | |
download | Vencord-c116d00d037b9831b2d5cac4df15c10b0c6c4085.tar.gz Vencord-c116d00d037b9831b2d5cac4df15c10b0c6c4085.tar.bz2 Vencord-c116d00d037b9831b2d5cac4df15c10b0c6c4085.zip |
Implement Chrome extension loading myself because electron-devtools-installer is ultra bloated
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82b17c7..c56cf5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,9 +53,4 @@ jobs: draft: false prerelease: false files: | - dist/Vencord.user.js - dist/browser.js - dist/extension.zip - dist/renderer.js - dist/patcher.js - dist/preload.js + dist/* |