sapk / rtme-browser

Display informations from Genesys RTME table that can be usefull for debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTME-BROWSER

Display informations from RTME table

based on: https://github.com/sapk/go-genesys

Screenshots

Build

go mod vendor
(cd assets/ui/ && yarn build)
go generate ./...
gox -os="darwin" -ldflags "-s -w" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}"
gox -os="linux" -ldflags "-s -w" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}"
gox -os="windows" -ldflags "-s -w -H windowsgui" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}"
upx -7 ./build/rtme-browser-{windows,linux}-*

Windows specific: go build -ldflags "-s -w -H windowsgui" -o build/rtme-browser-windows-amd64.exe

export V=$(git describe --abbrev=0 --tags)
rcedit "./build/rtme-browser-windows-amd64.exe" --set-icon "assets/ui/public/favicon.ico" --set-file-version "${V#?}"

Sources

About

Display informations from Genesys RTME table that can be usefull for debugging

License:GNU General Public License v3.0


Languages

Language:Go 46.6%Language:Vue 34.4%Language:HTML 11.6%Language:JavaScript 5.5%Language:CSS 1.8%Language:Shell 0.0%