install.sh: Add support for discord_arch_electron pkg

This commit is contained in:
Vendicated 2022-09-16 19:26:03 +02:00
parent dc6b32706a
commit 358f77e552
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
3 changed files with 42 additions and 11 deletions

View file

@ -117,7 +117,7 @@ await Promise.all([
],
sourcemap: false,
watch,
minify: false,
minify: true,
})
]).then(res => {
const took = performance.now() - begin;