Add files via upload

This commit is contained in:
NodeMixaholic 2023-03-02 17:46:50 -06:00 committed by GitHub
parent 6f20039d9a
commit 8a7b85e562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1561 additions and 2 deletions

View file

@ -0,0 +1 @@
var extensions = [""] //replace me with a list of urls to javascript files.

22
forge.config.js Normal file
View file

@ -0,0 +1,22 @@
module.exports = {
packagerConfig: {},
rebuildConfig: {},
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {},
},
{
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
},
{
name: '@electron-forge/maker-deb',
config: {},
},
{
name: '@electron-forge/maker-rpm',
config: {},
},
],
};

1540
package-lock.json generated

File diff suppressed because it is too large Load diff