Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
hide ui window on wsl from windows store
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kohlbau <[email protected]>
  • Loading branch information
tobiaskohlbau committed Oct 21, 2021
1 parent 901de44 commit 937e3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

build:
GOOS=windows go build -o wsl2-ssh-pageant.exe main.go
GOOS=windows go build -o wsl2-ssh-pageant.exe -ldflags -H=windowsgui main.go

install: build
mv wsl2-ssh-pageant.exe ~/.ssh/

listen: build
socat UNIX-LISTEN:ssh.sock,fork EXEC:./wsl2-ssh-pageant.exe
socat UNIX-LISTEN:ssh.sock,fork EXEC:./wsl2-ssh-pageant.exe

0 comments on commit 937e3d8

Please sign in to comment.