03edc197d3
* fix app releasing * fix sed for macos * fix setting app version on all oses
32 lines
593 B
YAML
32 lines
593 B
YAML
appId: re.workadventu.desktop
|
|
|
|
files:
|
|
- "dist/**/*"
|
|
- "assets/**/*"
|
|
- from: "../local-app/dist/"
|
|
to: "local-app/dist"
|
|
|
|
directories:
|
|
output: ./build
|
|
|
|
dmg:
|
|
icon: false
|
|
|
|
linux:
|
|
category: "TODO;TODO"
|
|
packageCategory: "TODO;TODO"
|
|
icon: "assets/icons/logo.icns"
|
|
target:
|
|
- AppImage
|
|
artifactName: "${productName}-${version}-${arch}.${ext}"
|
|
|
|
win:
|
|
icon: "assets/icons/logo.ico"
|
|
artifactName: "${productName}-${version}-setup.${ext}"
|
|
|
|
publish:
|
|
provider: github
|
|
owner: thecodingmachine
|
|
repo: workadventure
|
|
releaseType: release
|