Skip to content

Commit

Permalink
remotray hide window (windows os)
Browse files Browse the repository at this point in the history
  • Loading branch information
ironpark committed Jul 24, 2022
1 parent 5c0932c commit 3f94ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/remotray/gen.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GOOS=darwin go build -o ../../tray .
GOOS=windows go build -o ../../tray.exe .
GOOS=windows go build -ldflags -H=windowsgui -o ../../tray.exe .
Binary file modified tray.exe
Binary file not shown.

0 comments on commit 3f94ac4

Please sign in to comment.