Skip to content

Commit

Permalink
feat: add build constraints for Linux and Windows in menubar.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jan 29, 2025
1 parent 0f1bc11 commit ff39d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/menubar.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build linux || windows
// +build linux windows

package cmd

import (
Expand Down

0 comments on commit ff39d32

Please sign in to comment.