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
Copy file name to clipboardExpand all lines: gogio/main.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ var (
36
36
extraLdflags=flag.String("ldflags", "", "extra flags to the Go linker")
37
37
extraTags=flag.String("tags", "", "extra tags to the Go tool")
38
38
iconPath=flag.String("icon", "", "specify an icon for iOS and Android")
39
-
signKey=flag.String("signkey", "", "specify the path of the keystore to be used to sign Android apk files.")
39
+
signKey=flag.String("signkey", "", "specify the path of the keystore to be used to sign Android apk files and macOS app. It can be used for iOS and macOS to specify Provisioning Profiles.")
40
40
signPass=flag.String("signpass", "", "specify the password to decrypt the signkey.")
41
41
schemes=flag.String("schemes", "", "specify a list of comma separated deep-linking schemes that the program accepts")
42
42
notaryID=flag.String("notaryid", "", "specify the apple id to use for notarization.")
0 commit comments