Skip to content

🍕 Yet another kcptun client gui.

Notifications You must be signed in to change notification settings

cangzhang/kcptun-walk

Repository files navigation

kcptun-walk

Cat

Windows only, for now. Icon from here.

Download

image

https://github.com/cangzhang/kcptun-walk/releases/latest

Instruction

kcptun-walk is another kcptun client GUI.

  1. rename your kcptun config as config.json
  2. place it together with kcptun-walk.exe
  3. execute kcptun-walk.exe

Build

Build executable without cmd prompt

go build -ldflags -H=windowsgui

Build with tag name/version

go build -ldflags="-X main.tagName=$(git describe --tags --abbrev=0) -X main.sha=$(git rev-parse --short HEAD) -H=windowsgui"

Set exe icon

With rsrc:

rsrc -manifest mian.exe.manifest -ico assets/icon.ico -o rsrc.syso