Skip to content

Commit 38e0faa

Browse files
umbynoscmaglie
authored andcommitted
use go:embed for the icons
1 parent 3c36740 commit 38e0faa

File tree

6 files changed

+55
-2272
lines changed

6 files changed

+55
-2272
lines changed

icon/icondarwin.go

+28-286
Large diffs are not rendered by default.

icon/iconlinux.go

+12-282
Large diffs are not rendered by default.

icon/iconwin.go

+12-1,622
Large diffs are not rendered by default.

icon/make_icon.bat

-41
This file was deleted.

icon/make_icon.sh

-41
This file was deleted.

systray/systray_fake.go

+3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@
1616
//go:build cli
1717

1818
// Systray_fake gets compiled when the tag 'cli' is present. This is useful to build an agent without trayicon functionalities
19+
1920
package systray
2021

2122
import "os"
2223

24+
// Start is a dummy function
2325
func (s *Systray) Start() {
2426
select {}
2527
}
2628

29+
// Quit is a dummy function
2730
func (s *Systray) Quit() {
2831
os.Exit(0)
2932
}

0 commit comments

Comments
 (0)