mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
generate win32's icon based on linux' icon
This commit is contained in:
@@ -49,3 +49,7 @@ do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ ! -f "src/resources/win32/code.ico" ]; then
|
||||||
|
convert "src/resources/linux/code.png" -define icon:auto-resize=256,128,96,64,48,32,24,20,16 "src/resources/win32/code.ico"
|
||||||
|
fi
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 335 KiB After Width: | Height: | Size: 163 KiB |
Reference in New Issue
Block a user