Windows icon

This commit is contained in:
Zef Hemel
2023-01-14 06:00:30 -08:00
parent d888ab9324
commit b41d9514d1
4 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ const config: ForgeConfig = {
rebuildConfig: {},
makers: [
new MakerSquirrel({
iconUrl: "https://silverbullet.md/icon.ico",
setupIcon: "../web/images/icon.ico"
iconUrl: "https://silverbullet.md/logo.ico",
setupIcon: "../web/images/logo.ico"
}),
new MakerZIP({}, ["darwin", "linux"]),
new MakerRpm({}),