2026-04-20 12:55:19 +08:00
|
|
|
# Phainon Distribution Center Client Configuration
|
2026-04-20 07:48:53 +08:00
|
|
|
name: "LanMountainDesktop"
|
|
|
|
|
components:
|
|
|
|
|
app:
|
|
|
|
|
allowDiffUpdate: true
|
|
|
|
|
root: "app-$(version)/"
|
|
|
|
|
includes:
|
|
|
|
|
- "**"
|
|
|
|
|
launcher:
|
|
|
|
|
root: ""
|
|
|
|
|
includes:
|
|
|
|
|
- "**"
|
|
|
|
|
excludes:
|
2026-04-20 12:55:19 +08:00
|
|
|
- "app*/**"
|
|
|
|
|
- "files*.json"
|
|
|
|
|
- "files*.json.sig"
|
|
|
|
|
- "update*.zip"
|
2026-04-20 07:48:53 +08:00
|
|
|
variables:
|
|
|
|
|
number: 0
|
2026-04-20 12:55:19 +08:00
|
|
|
fileRepoRoot: "__FILE_REPO_ROOT__"
|
2026-04-20 17:30:48 +08:00
|
|
|
archiveRoot: "__ARCHIVE_ROOT__/$(primaryVersion)/$(version)/"
|
2026-04-20 12:55:19 +08:00
|
|
|
bucketKeyRoot: "lanmountain/update/repo/"
|
2026-04-20 17:30:48 +08:00
|
|
|
archiveBucketKeyRoot: "lanmountain/update/archive/$(primaryVersion)/$(version)/"
|
2026-04-20 15:39:55 +08:00
|
|
|
appChangeLogPath: "$(thisFileDir)/../CHANGELOG.md"
|
|
|
|
|
appChangeLogTemplate: |
|
|
|
|
|
$(changeLog)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Checksums And Downloads
|
|
|
|
|
|
|
|
|
|
$(hashes)
|