Home

Awesome

About

Android Toolbox

how to use

image-20221218191735448

image-20221218191904316

image-20221218191915011

image-20221218191945775

Building

first install golang、npm、upx(optional),and wails

go install github.com/wailsapp/wails/v2/cmd/wails@latest

check env, if all conditions are met, just build

wails doctor
wails build -upx

debug

and you can use wails dev to debug