adb-toolkit/build
2026-03-27 15:41:58 +11:00
..
appicon.png fix: replace broken appicon with proper 256x256 PNG 2026-03-27 15:19:25 +11:00
atk.desktop fix: correct Exec path and Categories in desktop file 2026-03-27 15:41:58 +11: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.