adb-toolkit/build
2026-06-30 12:38:37 +10:00
..
appicon.png Publish full source including logcat visual map engine 2026-06-30 12:38:37 +10:00
atk.desktop Publish full source including logcat visual map engine 2026-06-30 12:38:37 +10:00
README.md Initial release — ATK Android Toolkit v1.0.0 2026-03-27 13:18:34 +11:00

Build Directory

Building the binary

wails build -tags webkit2_41
# Output: build/bin/ATK

Building the .deb package

Requires nfpm:

go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest

Then build the binary first, then package:

wails build -tags webkit2_41
nfpm pkg --packager deb --target build/
# Output: build/atk_1.0.0_amd64.deb

Install the .deb:

sudo dpkg -i build/atk_1.0.0_amd64.deb
# Then run:
atk

App icon

Replace build/appicon.png with a 256x256 PNG to customise the application icon. The icon is used in the .deb package and the Linux app launcher.