Skip to content

Commit

Permalink
additions to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis-Software committed Oct 8, 2022
1 parent 33691fa commit 5076a32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
"build": {
"appId": "org.software-city.projects.swc_mclauncher",
"afterPack": "./afterPackHook.js",
"files": [
"!.github/**/*",
"!dist/**/*",
"!front_src/**/*",
"!.gitignore",
"!afterPackHook.js",
"!dev-app-update.yml",
"!electron-builder.env",
"!package-lock.json",
"!tsconfig.json"
],
"extraFiles": [],
"linux": {
"target": "deb",
Expand Down

0 comments on commit 5076a32

Please sign in to comment.