Skip to content

Commit 381497a

Browse files
author
Johannes Heuel
committed
enable application icon path for windows builds
1 parent 0bf59ea commit 381497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type CommandArguments struct {
4747
Kiosk bool `json:"kiosk"`
4848
Focus bool `json:"focus"`
4949
HasFrame bool `json:"has_frame"`
50-
IconPath bool `json:"icon_path,omitempty"`
50+
IconPath string `json:"icon_path,omitempty"`
5151
Path string `json:"path,omitempty"`
5252
Message RemoteMessage `json:"message,omitempty"`
5353
}

0 commit comments

Comments
 (0)