mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-02 04:53:13 +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.
|
# The meta api version of this build of the game.
|
||||||
# Only packages and modules requiring this exact api version
|
# Only packages and modules requiring this exact api version
|
||||||
# will be considered when scanning directories.
|
# 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
|
CURRENT_API_VERSION = 7
|
||||||
|
|
||||||
# Meta export lines can use these names to represent these classes.
|
# 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':
|
if subplatform == 'google':
|
||||||
url = f'market://details?id=net.froemling.{appname}'
|
url = f'market://details?id=net.froemling.{appname}'
|
||||||
else:
|
else:
|
||||||
url = 'market://details?id=net.froemling.{appname}cb'
|
url = f'market://details?id=net.froemling.{appname}cb'
|
||||||
else:
|
else:
|
||||||
url = 'macappstore://itunes.apple.com/app/id416482767?ls=1&mt=12'
|
url = 'macappstore://itunes.apple.com/app/id416482767?ls=1&mt=12'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user