Skip to content

Commit

Permalink
Added icons + fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed May 29, 2017
1 parent 72f3746 commit 6cf32c8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
platform:
- x64

environment:
GITHUB_TOKEN:
secure: <encryped-value>

init:
- git config --global core.autocrlf input

Expand Down
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "towan",
"version": "0.1.0",
"productName": "Towan",
"version": "0.1.1",
"description": "Towan Client",
"main": "src/main.js",
"scripts": {
Expand Down Expand Up @@ -54,15 +55,21 @@
"zip"
],
"linux": [
"deb",
"rpm"
"deb"
]
},
"electronPackagerConfig": {},
"electronPackagerConfig": {
"asar": true,
"icon": "./src/assets/icons",
"overwrite": true
},
"electronWinstallerConfig": {
"name": "Towan"
},
"electronInstallerDebian": {},
"electronInstallerDebian": {
"icon": "./src/assets/icons/appicon_128x128.png",
"homepage": "https://github.com/passWallet/Towant-client"
},
"electronInstallerRedhat": {},
"github_repository": {
"owner": "passWallet",
Expand Down
1 change: 1 addition & 0 deletions src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>TOWAN client</title>
<link rel="stylesheet" href="../../node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="../../node_modules/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/scss" href="main.scss" />
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions src/app/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added src/assets/icons/appicon_128x128.icns
Binary file not shown.
Binary file added src/assets/icons/appicon_128x128.ico
Binary file not shown.
Binary file added src/assets/icons/appicon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cf32c8

Please sign in to comment.