mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-21 14:23:37 +08:00
Merge pull request #485 from vishal332008/master
Updated Meta Tag System Link
This commit is contained in:
commit
dcf8671f4a
@ -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.
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user