Skip to content

Commit d9194f0

Browse files
authored
Merge pull request #607 from codaco/fix/windows-icon
Manually fix windows app icon
2 parents 4510e95 + fe973c5 commit d9194f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build-resources/icon.ico

-228 KB
Binary file not shown.

scripts/generate-app-icons.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,9 @@ function parseJobs(jobList) {
105105

106106

107107
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

Comments
 (0)