mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
33 lines
715 B
YAML
33 lines
715 B
YAML
|
|
# Phainon Distribution Center Client Configuration
|
||
|
|
name: "LanMountainDesktop"
|
||
|
|
components:
|
||
|
|
app:
|
||
|
|
allowDiffUpdate: true
|
||
|
|
root: "app-$(version)/"
|
||
|
|
includes:
|
||
|
|
- "**"
|
||
|
|
launcher:
|
||
|
|
root: ""
|
||
|
|
includes:
|
||
|
|
- "**"
|
||
|
|
excludes:
|
||
|
|
- "app*/**"
|
||
|
|
- "files*.json"
|
||
|
|
- "files*.json.sig"
|
||
|
|
- "update*.zip"
|
||
|
|
variables:
|
||
|
|
number: 0
|
||
|
|
fileRepoRoot: "__FILE_REPO_ROOT__"
|
||
|
|
archiveRoot: "__ARCHIVE_ROOT__/$(primaryVersion)/$(version)/"
|
||
|
|
bucketKeyRoot: "lanmountain/update/repo/"
|
||
|
|
archiveBucketKeyRoot: "lanmountain/update/archive/$(primaryVersion)/$(version)/"
|
||
|
|
appChangeLogPath: "$(thisFileDir)/../CHANGELOG.md"
|
||
|
|
appChangeLogTemplate: |
|
||
|
|
$(changeLog)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Checksums And Downloads
|
||
|
|
|
||
|
|
$(hashes)
|