🚀 add linux build
This commit is contained in:
9
Makefile
9
Makefile
@@ -36,4 +36,11 @@ build-mac:
|
|||||||
go build -o dist/SshProxyTray.app/Contents/MacOS/sshproxytray main.go
|
go build -o dist/SshProxyTray.app/Contents/MacOS/sshproxytray main.go
|
||||||
|
|
||||||
install-mac:
|
install-mac:
|
||||||
cp -r dist/SshProxyTray.app /Applications
|
cp -r dist/SshProxyTray.app /Applications
|
||||||
|
|
||||||
|
build-linux:
|
||||||
|
mkdir dist
|
||||||
|
go build -o dist/sshproxytray main.go
|
||||||
|
|
||||||
|
install-linux:
|
||||||
|
mv dist/sshproxytray /usr/local/bin/sshproxytray
|
||||||
Reference in New Issue
Block a user