partey_workadventure/desktop/electron-builder.yml

32 lines
670 B
YAML
Raw Normal View History

2022-02-18 11:49:53 +01:00
appId: re.workadventu.desktop
2022-02-19 01:17:38 +01:00
productName: "WorkAdventure desktop"
2022-02-18 11:49:53 +01:00
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"
2022-02-19 01:17:38 +01:00
maintainer: "thecodingmachine"
icon: "assets/icons/logo.icns"
description: "Desktop app for WorkAdventure"
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