VencordDesktop: Include web plugins & use proper showItemInFolder

This commit is contained in:
Vendicated 2023-04-05 04:09:42 +02:00
parent d8a5e43034
commit 676bc612d9
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
9 changed files with 21 additions and 13 deletions

View file

@ -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: {