2022-02-18 11:49:53 +01:00
|
|
|
appId: re.workadventu.desktop
|
|
|
|
|
|
|
|
files:
|
2022-02-19 01:48:56 +01:00
|
|
|
- "dist/**/*"
|
2022-02-18 11:49:53 +01:00
|
|
|
- "assets/**/*"
|
2022-02-20 20:30:53 +01:00
|
|
|
- "local-app/dist/**/*"
|
2022-02-18 11:49:53 +01:00
|
|
|
|
2022-02-19 01:48:56 +01:00
|
|
|
directories:
|
|
|
|
output: ./build
|
|
|
|
|
2022-02-18 11:49:53 +01:00
|
|
|
dmg:
|
|
|
|
icon: false
|
|
|
|
|
|
|
|
linux:
|
|
|
|
category: "TODO;TODO"
|
|
|
|
packageCategory: "TODO;TODO"
|
2022-02-19 01:17:38 +01:00
|
|
|
icon: "assets/icons/logo.icns"
|
2022-02-18 11:49:53 +01:00
|
|
|
target:
|
|
|
|
- AppImage
|
|
|
|
artifactName: "${productName}-${version}-${arch}.${ext}"
|
|
|
|
|
|
|
|
win:
|
2022-02-19 01:17:38 +01:00
|
|
|
icon: "assets/icons/logo.ico"
|
2022-02-18 11:49:53 +01:00
|
|
|
artifactName: "${productName}-${version}-setup.${ext}"
|
|
|
|
|
|
|
|
publish:
|
|
|
|
provider: github
|
|
|
|
owner: thecodingmachine
|
|
|
|
repo: workadventure
|
|
|
|
vPrefixedTagName: false
|
|
|
|
releaseType: draft
|