Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dfe130c

Browse files
committedDec 13, 2022
use go:embed for the icons
1 parent 144d4d4 commit dfe130c

File tree

6 files changed

+55
-2272
lines changed

6 files changed

+55
-2272
lines changed
 

‎icon/icondarwin.go

Lines changed: 28 additions & 286 deletions
Large diffs are not rendered by default.

‎icon/iconlinux.go

Lines changed: 12 additions & 282 deletions
Large diffs are not rendered by default.

‎icon/iconwin.go

Lines changed: 12 additions & 1622 deletions
Large diffs are not rendered by default.

‎icon/make_icon.bat

Lines changed: 0 additions & 41 deletions
This file was deleted.

‎icon/make_icon.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

‎systray/systray_fake.go

Lines changed: 3 additions & 0 deletions
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)
Please sign in to comment.