Skip to content

Commit

Permalink
Merge pull request #9 from liferay-labs-br/AddIcon
Browse files Browse the repository at this point in the history
Add icon
  • Loading branch information
matuzalemsteles authored Jul 21, 2018
2 parents 9e845d2 + 85a95a6 commit a7ca573
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 13 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"private": true,
"name": "links-bag",
"appId": "org.liferay.labs.br.linksbag",
"productName": "Links Bag",
"productName": "LinksBag",
"version": "0.0.1",
"main": "main.js",
"scripts": {
"prod": "webpack --mode production --config webpack.build.config.js && electron --noDevServer .",
"start": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
"build": "webpack --config webpack.build.config.js --mode production",
"package": "npm run build",
"postpackage": "electron-packager ./ --out=./builds"
"postpackage": "electron-packager ./ --out=./builds --icon static/icon.png && npm run dmg",
"dmg": "electron-installer-dmg ./builds/LinksBag-darwin-x64/LinksBag.app LinksBag --icon='./static/icon.icns' --overwrite=true"
},
"repository": "https://github.com/liferay-labs-br/links-bag",
"keywords": [
Expand All @@ -24,18 +25,19 @@
"babel-preset-env": "^1.7.0",
"babel-preset-metal-jsx": "^0.1.1",
"css-loader": "^1.0.0",
"electron-packager": "^12.1.0",
"electron": "^2.0.0",
"electron-installer-dmg": "^2.0.0",
"electron-packager": "^12.1.0",
"eslint": "^5.1.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4",
"webpack": "^4.16.1"
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"electron-fetch": "^1.2.1",
Expand Down
Binary file added static/icon.icns
Binary file not shown.
Binary file added static/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a7ca573

Please sign in to comment.