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__"
|
|
|
|
|
archiveRoot: "__ARCHIVE_ROOT__"
|
|
|
|
|
bucketKeyRoot: "lanmountain/update/repo/"
|
|
|
|
|
archiveBucketKeyRoot: "lanmountain/update/installers/"
|