Skip to content

Commit

Permalink
including translation files in output
Browse files Browse the repository at this point in the history
  • Loading branch information
reZach committed Oct 28, 2020
1 parent d14f012 commit a3002c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-electron-template",
"version": "5.1.7",
"version": "5.1.8",
"description": "The best way to build Electron apps with security in mind.",
"private": true,
"main": "app/electron/main.js",
Expand All @@ -22,7 +22,8 @@
"appId": "com.yourcompany|electron.yourproductname",
"directories": {
"buildResources": "resources"
},
},
"extraFiles": ["app/localization/locales/**/*"],
"win": {
"target": [
"nsis",
Expand Down

0 comments on commit a3002c4

Please sign in to comment.