2022-02-18 11:49:53 +01:00
|
|
|
appId: re.workadventu.desktop
|
|
|
|
|
|
|
|
files:
|
|
|
|
- "build/**/*"
|
|
|
|
- "assets/**/*"
|
2022-02-19 01:08:33 +01:00
|
|
|
- "local-app/**/*"
|
2022-02-18 11:49:53 +01:00
|
|
|
|
|
|
|
dmg:
|
|
|
|
icon: false
|
|
|
|
|
|
|
|
linux:
|
|
|
|
category: "TODO;TODO"
|
|
|
|
packageCategory: "TODO;TODO"
|
|
|
|
maintainer: "TODO"
|
|
|
|
icon: "assets/icons/TODO.icns"
|
|
|
|
description: "TODO"
|
|
|
|
target:
|
|
|
|
# - deb
|
|
|
|
- AppImage
|
|
|
|
|
|
|
|
artifactName: "${productName}-${version}-${arch}.${ext}"
|
|
|
|
|
|
|
|
win:
|
|
|
|
icon: "assets/icons/TODO.ico"
|
|
|
|
artifactName: "${productName}-${version}-setup.${ext}"
|
|
|
|
|
|
|
|
publish:
|
|
|
|
provider: github
|
|
|
|
owner: thecodingmachine
|
|
|
|
repo: workadventure
|
|
|
|
vPrefixedTagName: false
|
|
|
|
releaseType: draft
|