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
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();