Merge pull request #462 from MrSurana/master

moved all app icons to assets/icons folder
This commit is contained in:
Maxime GRIS
2020-04-11 03:40:32 -07:00
committed by GitHub
8 changed files with 7 additions and 17 deletions

View File

@@ -17,12 +17,7 @@
"tsConfig": "src/tsconfig.app.json", "tsConfig": "src/tsconfig.app.json",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",
"assets": [ "assets": [
"src/assets", "src/assets"
"src/favicon.ico",
"src/favicon.png",
"src/favicon.icns",
"src/favicon.256x256.png",
"src/favicon.512x512.png"
], ],
"styles": [ "styles": [
"src/styles.scss" "src/styles.scss"
@@ -121,12 +116,7 @@
"src/styles.scss" "src/styles.scss"
], ],
"assets": [ "assets": [
"src/assets", "src/assets"
"src/favicon.ico",
"src/favicon.png",
"src/favicon.icns",
"src/favicon.256x256.png",
"src/favicon.512x512.png"
], ],
"customWebpackConfig": { "customWebpackConfig": {
"path": "./angular.webpack.js", "path": "./angular.webpack.js",

View File

@@ -20,19 +20,19 @@
"!tslint.json" "!tslint.json"
], ],
"win": { "win": {
"icon": "dist", "icon": "dist/assets/icons",
"target": [ "target": [
"portable" "portable"
] ]
}, },
"mac": { "mac": {
"icon": "dist", "icon": "dist/assets/icons",
"target": [ "target": [
"dmg" "dmg"
] ]
}, },
"linux": { "linux": {
"icon": "dist", "icon": "dist/assets/icons",
"target": [ "target": [
"AppImage" "AppImage"
] ]

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -6,7 +6,7 @@
<base href=""> <base href="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico">
</head> </head>
<body> <body>
<app-root>Loading...</app-root> <app-root>Loading...</app-root>