Update electron-builder.json

This commit is contained in:
jliddev
2022-01-05 11:33:16 -06:00
parent 10d0054579
commit aaa9ec12df

View File

@@ -8,41 +8,7 @@
"generateUpdatesFilesForAllChannels": true,
"publish": ["github"],
"nodeGypRebuild": true,
"files": [
"**/*",
"**\\*",
"build/Release/*.node",
"src/common/**/*.js",
"!**/*.ts",
"!**/*.scss",
"!**/*.map",
"!*.code-workspace",
"!LICENSE.md",
"!package.json",
"!package-lock.json",
"!src/app/*",
"!src/assets/*",
"!src/environments/*",
"!src/*.html",
"!src/*.js",
"!src/*.json",
"!e2e/",
"!hooks/",
"!angular.json",
"!_config.yml",
"!karma.conf.js",
"!tsconfig.json",
"!tslint.json",
"!**/.vscode/*",
"!node_modules/@angular",
"!node_modules/win-ca/pem",
"!native/",
"!*.npmrc",
"!*.eslintrc.json",
"!binding.gyp",
"!angular.webpack.js",
"!tsconfig*.json"
],
"files": ["dist/**/*.*", "assets/**/*.*", "app/**/*.js", "src/common/**/*.js", "build/Release/*.node"],
"win": {
"icon": "electron-build/icon.ico",
"target": ["nsis", "portable"],