We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4510e95 + fe973c5 commit d9194f0Copy full SHA for d9194f0
build-resources/icon.ico
-228 KB
scripts/generate-app-icons.js
@@ -105,3 +105,9 @@ function parseJobs(jobList) {
105
106
107
parseJobs(jobs);
108
+
109
+// TODO: remove once underlying issue fixed: https://github.com/akabekobeko/npm-icon-gen/issues/86
110
+const warn = (msg) => { console.warn(require('chalk').yellow(msg)); }; // eslint-disable-line
111
+warn('Warning: *.ico output for Windows may be corrupted.');
112
+warn('You should re-export from another editor.');
113
+warn('Issue: https://github.com/codaco/Network-Canvas/issues/602');
0 commit comments