Fix missing fonts in published app.

Try to improve icon look on windows.
This commit is contained in:
jliddev
2020-10-06 15:32:02 -05:00
parent efbeddfa22
commit 298d8907ec
5 changed files with 4 additions and 8 deletions

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -33,10 +33,6 @@
"!**/.vscode/*",
"!node_modules/@angular",
"!native/",
"!dist/*.woff2",
"!dist/*.eot",
"!dist/*.ttf",
"!dist/*.woff",
"!*.npmrc",
"!*.eslintrc.json",
"!binding.gyp",
@@ -44,8 +40,8 @@
"!tsconfig*.json"
],
"win": {
"icon": "dist/assets/icons",
"target": ["nsis", "portable"]
"icon": "electron-build/icon.ico",
"target": ["portable"]
},
"mac": {
"icon": "dist/assets/icons",

View File

@@ -1,7 +1,7 @@
{
"name": "wowup",
"productName": "WowUp",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "Word of Warcraft addon updater",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {

View File

@@ -48,7 +48,7 @@
list-style-type: none;
margin: 1em 0;
border-left: 3px solid $purple-1;
padding: 0 1em 1em 1em;
padding: 0.5em 1em 1em 1em;
background-color: $dark-4;
.version {