Skip to content

Commit e304108

Browse files
committed
[DDW-1129] Fix webpack not seeing the Windows icon
1 parent 3a321a8 commit e304108

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

yarn2nix.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ yarn2nix.mkYarnPackage {
147147
cd deps/daedalus/
148148
149149
cp ${newPackagePath} package.json
150+
151+
rm -r installers/icons/
152+
cp -r ${windowsIcons} installers/icons
153+
chmod -R +w installers/icons
154+
155+
# TODO: why are the following 2 lines needed?
150156
mkdir -p installers/icons/${cluster}/${cluster}
151157
cp ${windowsIcons}/${cluster}/* installers/icons/${cluster}/${cluster}/
152158

0 commit comments

Comments
 (0)