1
0
Fork 0

switched the donation platform from buymeacoffee.com to paypal.com

This commit is contained in:
sspanak 2025-03-17 13:16:40 +02:00 committed by Dimo Karaivanov
parent 8420c6c961
commit c2260c1d4e
5 changed files with 8 additions and 3 deletions

View file

@ -11,6 +11,8 @@ def APP_ROOT_DIR = "${project.rootDir}/app"
def MAIN_ASSETS_DIR = "${APP_ROOT_DIR}/src/main/assets"
def FULL_VERSION_ASSETS_DIR = "${APP_ROOT_DIR}/src/full/assets"
ext.FUNDING_FILE = "${project.rootDir}/.github/FUNDING.yml"
ext.HELP_MARKDOWN_DIR = "${project.rootDir}/docs/help"
ext.HELP_HTML_DIR = "${MAIN_ASSETS_DIR}/help"