Merge pull request #485 from vishal332008/master

Updated Meta Tag System Link
This commit is contained in:
Eric Froemling 2022-08-10 16:17:24 -07:00 committed by GitHub
commit dcf8671f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ if TYPE_CHECKING:
# The meta api version of this build of the game.
# Only packages and modules requiring this exact api version
# will be considered when scanning directories.
# See: https://ballistica.net/wiki/Meta-Tags
# See: https://ballistica.net/wiki/Meta-Tag-System
CURRENT_API_VERSION = 7
# Meta export lines can use these names to represent these classes.

View File

@ -60,7 +60,7 @@ def ask_for_rating() -> ba.Widget | None:
if subplatform == 'google':
url = f'market://details?id=net.froemling.{appname}'
else:
url = 'market://details?id=net.froemling.{appname}cb'
url = f'market://details?id=net.froemling.{appname}cb'
else:
url = 'macappstore://itunes.apple.com/app/id416482767?ls=1&mt=12'