mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-24 07:47:29 -04:00
Fix missing fonts in published app.
Try to improve icon look on windows.
This commit is contained in:
BIN
wowup-electron/electron-build/icon.ico
Normal file
BIN
wowup-electron/electron-build/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user