Fuse electron at build time

This commit is contained in:
Fedor Indutny 2021-12-17 18:50:42 +01:00 committed by GitHub
parent 770c80b9ee
commit 9e9e5274cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 74 additions and 33 deletions

View file

@ -25,5 +25,3 @@ exports.beforeBuild = async () => {
// Let electron-builder handle dependencies
return true;
};
exports.beforeBuild();