Skip to content

Commit eaadb6f

Browse files
committed
🐛 Fix windows icon path (#387)
* 🐛 Fix windows icon path * ⬆️ [email protected] * ⬆️ [email protected] * ⬆️ [email protected] * ⬆️ [email protected]
1 parent dca076e commit eaadb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"build": {
2828
"win32": {
29-
"icon": "src/images/win32/mongodb-compass.ico",
29+
"icon": "src/app/images/win32/mongodb-compass.ico",
3030
"favicon_url": "https://compass.mongodb.com/favicon.ico",
3131
"loading_gif": "src/app/images/win32/mongodb-compass-installer-loading.gif"
3232
},
@@ -141,7 +141,7 @@
141141
"chai-as-promised": "^5.1.0",
142142
"eslint-config-mongodb-js": "^1.0.6",
143143
"eslint-plugin-react": "^4.1.0",
144-
"hadron-build": "^0.4.4",
144+
"hadron-build": "^0.4.10",
145145
"mongodb-js-fmt": "^0.0.3",
146146
"mongodb-js-precommit": "^0.2.8",
147147
"mongodb-runner": "^3.2.2",

0 commit comments

Comments
 (0)