Skip to content

Commit 018c3d9

Browse files
committed
Use -tags cli flag to trigger a non-graphical build
1 parent 100dd75 commit 018c3d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

trayicon.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// OTHER DEALINGS IN THE SOFTWARE.
2727
//
2828

29-
// +build !arm
29+
// +build !cli
3030

3131
package main
3232

trayicon_linux_arm.go renamed to trayicon_fake.go

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
// OTHER DEALINGS IN THE SOFTWARE.
2727
//
2828

29+
// +build cli
30+
2931
package main
3032

3133
func setupSysTray() {

0 commit comments

Comments
 (0)