Skip to content

Commit

Permalink
build linux dep package
Browse files Browse the repository at this point in the history
  • Loading branch information
wallace5303 committed Mar 2, 2021
1 parent 95f68f2 commit 9fdc624
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "electron . --env=local",
"build-w": "electron-builder -w",
"build-m": "electron-builder -m",
"build-l": "electron-builder -l",
"build-l": "electron-builder -l deb tar.xz",
"web-start": "egg-scripts start --daemon --title=electron-egg --ignore-stderr --env=prod --workers=1",
"web-stop": "egg-scripts stop --title=electron-egg",
"web-dev": "egg-bin dev",
Expand Down Expand Up @@ -77,15 +77,18 @@
]
},
"linux": {
"icon": "build/icons"
"icon": "build/icons/256x256.png",
"target": [
"deb"
]
}
},
"repository": "https://github.com/wallace5303/electron-egg.git",
"keywords": [
"Electron",
"Egg"
],
"author": "wallace5303",
"author": "wallace5303, Inc <[email protected]>",
"license": "Apache",
"devDependencies": {
"autod": "^3.0.1",
Expand Down

0 comments on commit 9fdc624

Please sign in to comment.