Skip to content

Commit

Permalink
fix icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
Llandy3d committed Sep 25, 2024
1 parent 25fa751 commit d5803f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const config: ForgeConfig = {
certificateFile: process.env.WINDOWS_CERTIFICATE_PATH,
certificatePassword: process.env.WINDOWS_CERTIFICATE_PASSWORD,
},
iconUrl: 'file://' + __dirname + '/resources/icons/logo.ico',
iconUrl:
'https://raw.githubusercontent.com/grafana/k6-studio/refs/heads/main/resources/icons/logo.ico',
}),
new MakerZIP({}, ['darwin']),
new MakerDMG(
Expand Down

0 comments on commit d5803f5

Please sign in to comment.