partey_workadventure/desktop/electron-builder.yml
2022-02-20 20:30:53 +01:00

32 lines
587 B
YAML

appId: re.workadventu.desktop
files:
- "dist/**/*"
- "assets/**/*"
- "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
vPrefixedTagName: false
releaseType: draft