partey_workadventure/desktop/electron/electron-builder.yml

32 lines
593 B
YAML
Raw Permalink Normal View History

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-22 10:41:55 +01:00
- from: "../local-app/dist/"
to: "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
releaseType: release