diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-05 04:09:42 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-05 04:09:42 +0200 |
commit | 676bc612d96c3d1d7c7a80e62bf8e50a2a6fb74b (patch) | |
tree | abb127ffe188202339dae149e8afee3b2d22b36e /scripts/build/build.mjs | |
parent | d8a5e430340c22ba348c0ec62f4cf788a59f049d (diff) | |
download | Vencord-676bc612d96c3d1d7c7a80e62bf8e50a2a6fb74b.tar.gz Vencord-676bc612d96c3d1d7c7a80e62bf8e50a2a6fb74b.tar.bz2 Vencord-676bc612d96c3d1d7c7a80e62bf8e50a2a6fb74b.zip |
VencordDesktop: Include web plugins & use proper showItemInFolder
Diffstat (limited to 'scripts/build/build.mjs')
-rwxr-xr-x | scripts/build/build.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/build.mjs b/scripts/build/build.mjs index a4b06f5..45cda74 100755 --- a/scripts/build/build.mjs +++ b/scripts/build/build.mjs @@ -80,7 +80,7 @@ await Promise.all([ globalName: "Vencord", sourcemap, plugins: [ - globPlugins, + globPlugins("discordDesktop"), ...commonOpts.plugins ], define: { @@ -114,7 +114,7 @@ await Promise.all([ globalName: "Vencord", sourcemap, plugins: [ - globPlugins, + globPlugins("vencordDesktop"), ...commonOpts.plugins ], define: { |