diff --git a/wowup-electron/electron-build/icon.ico b/wowup-electron/electron-build/icon.ico new file mode 100644 index 00000000..bc57070b Binary files /dev/null and b/wowup-electron/electron-build/icon.ico differ diff --git a/wowup-electron/electron-build/icon.png b/wowup-electron/electron-build/icon.png deleted file mode 100644 index 05521e1d..00000000 Binary files a/wowup-electron/electron-build/icon.png and /dev/null differ diff --git a/wowup-electron/electron-builder.json b/wowup-electron/electron-builder.json index 55075efe..6946c27f 100644 --- a/wowup-electron/electron-builder.json +++ b/wowup-electron/electron-builder.json @@ -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", diff --git a/wowup-electron/package.json b/wowup-electron/package.json index 8b6c980a..59de589d 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -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": { diff --git a/wowup-electron/src/app/pages/about/about.component.scss b/wowup-electron/src/app/pages/about/about.component.scss index 55eaa9ed..a254e815 100644 --- a/wowup-electron/src/app/pages/about/about.component.scss +++ b/wowup-electron/src/app/pages/about/about.component.scss @@ -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 {