-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp_meta.py
More file actions
19 lines (16 loc) · 745 Bytes
/
Copy pathapp_meta.py
File metadata and controls
19 lines (16 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
APP_NAME = "TaxClicker"
APP_VERSION = "1.0.3"
APP_USER_MODEL_ID = "Taxperia.TaxClicker"
APP_DEVELOPER_NAME = "Taxperia"
APP_DESIGNER_NAME = "Miyotu"
APP_WEBSITE_URL = "https://miyotu.com"
APP_PATREON_URL = "https://patreon.com/Taxperia"
# GitHub updater ve release workflow'u bu depo bilgilerini kullanir.
# Repoyu farkli bir hesaba tasirsaniz sadece bu dosyayi guncellemeniz yeterli.
GITHUB_OWNER = "Taxperia"
GITHUB_REPO = "TaxClicker"
GITHUB_REPO_URL = f"https://github.com/{GITHUB_OWNER}/{GITHUB_REPO}"
GITHUB_RELEASES_URL = f"{GITHUB_REPO_URL}/releases"
GITHUB_LATEST_RELEASE_URL = f"{GITHUB_RELEASES_URL}/latest"
# GitHub release workflow'u bu isimle portable paket uretir.
GITHUB_PORTABLE_ZIP_NAME = f"{APP_NAME}-windows-portable.zip"