feat: make windows installer icon

This commit is contained in:
tiddlygit-test 2021-10-28 01:55:06 +08:00
parent b0d06e5e5f
commit 9648678a35
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

View file

@ -37,8 +37,8 @@ const config = {
platforms: ['win32'],
config: (arch) => {
return {
setupExe: `TiddlyGit-${version}-Windows-${arch}-setup.exe`,
setupIcon: 'build-resources/icon.ico',
setupExe: `Install-TiddlyGit-${version}-Windows-${arch}.exe`,
setupIcon: 'build-resources/icon-installer.ico',
};
},
},