fyne+go version updated, build instruction fixed

This commit is contained in:
Luxferre
2025-09-02 12:03:20 +03:00
parent fa1c7c45f2
commit 9da9070fd2
4 changed files with 80 additions and 648 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ all:
$(MAKE) -C ../lexipwn-cli
go mod tidy
fyne bundle -o cli-bundle.go ../out/lexipwn
fyne package --os android/arm64 --appID top.luxferre.lexipwn --name lexipwn --release
fyne package --os android/arm64 --app-id top.luxferre.lexipwn --name lexipwn --release
mv lexipwn.apk ../out/
install: