Skip to content

Commit

Permalink
mac icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 14, 2018
1 parent da92143 commit b617e4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"category": "public.app-category.finance",
"target": [
"dmg"
]
],
"icon": "icon.png"
},
"dmg": {
"icon": "src/assets/icons/256x256.icns",
Expand Down
8 changes: 6 additions & 2 deletions src/app/network.service.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { Injectable } from '@angular/core';
import {Injectable} from '@angular/core';

@Injectable({
providedIn: 'root'
})
export class NetworkService {

constructor() { }
publicEndpoints: any[];

constructor() {
}

}

0 comments on commit b617e4b

Please sign in to comment.