It is recommended to build on Linux or MacOS
git clone https://github.com/Superredstone/Port-Scanner.git
cd Port-Scanner/
env GOOS=windows GOARCH=amd64 go build -o PortScanner-windows-amd64.exe -ldflags="-H windowsgui" .
env GOOS=windows GOARCH=arm go build -o PortScanner-windows-amd64.exe -ldflags="-H windowsgui" .
go get github.com/akavel/rsrc
rsrc -arch amd64 -ico assets/icon.ico
env GOOS=linux GOARCH=amd64 go build -o PortScanner-linux-amd64 .
You can build MacOS only if you are on MacOS
env GOOS=darwin GOARCH=amd64 go build -o PortScanner-macos-amd64 .
You can build for iPhones only if you are on MacOS
env GOOS=
To build Android you need Android Studio SDK and JDK
DOON'T REMOVE THE DOT AT THE END OF THE COMMAND
gogio -target android -o build/PortScanner-android.apk -icon assets/icon.png -appid com.portscanner.superredstone .
Every donation is appriciated <3
GNU GPL V3