Skip to content

Commit 018c3d9

Browse files
committedFeb 14, 2017
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

Lines changed: 1 addition & 1 deletion
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

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