You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest a little bit code modification to support latest version of package androidbinary and remove changepath of fafa-home due to it seems not working for my firefox browser.
#196
Open
hkcoldtea opened this issue
Jan 29, 2024
· 0 comments
diff --git a/assets/index.html b/assets/index.html
index 2dc0e88..17354bc 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -88,7 +88,7 @@
diff --git a/httpstaticserver.go b/httpstaticserver.go
index 694ef59..02d5178 100644
--- a/httpstaticserver.go
+++ b/httpstaticserver.go
@@ -32,7 +32,7 @@ type ApkInfo struct {
PackageName string
json:"packageName"
MainActivity string
json:"mainActivity"
Version struct {
}
@@ -318,8 +318,8 @@ func parseApkInfo(path string) (ai *ApkInfo) {
ai = &ApkInfo{}
ai.MainActivity, _ = apkf.MainActivity()
ai.PackageName = apkf.PackageName()
}
The text was updated successfully, but these errors were encountered: