fix name and icons

This commit is contained in:
Anton Bracke 2022-02-19 01:17:38 +01:00
parent 9301433fdf
commit a5c7aa3969
No known key found for this signature in database
GPG Key ID: B1222603899C6B25
3 changed files with 5 additions and 6 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -1,4 +1,5 @@
appId: re.workadventu.desktop appId: re.workadventu.desktop
productName: "WorkAdventure desktop"
files: files:
- "build/**/*" - "build/**/*"
@ -11,17 +12,15 @@ dmg:
linux: linux:
category: "TODO;TODO" category: "TODO;TODO"
packageCategory: "TODO;TODO" packageCategory: "TODO;TODO"
maintainer: "TODO" maintainer: "thecodingmachine"
icon: "assets/icons/TODO.icns" icon: "assets/icons/logo.icns"
description: "TODO" description: "Desktop app for WorkAdventure"
target: target:
# - deb
- AppImage - AppImage
artifactName: "${productName}-${version}-${arch}.${ext}" artifactName: "${productName}-${version}-${arch}.${ext}"
win: win:
icon: "assets/icons/TODO.ico" icon: "assets/icons/logo.ico"
artifactName: "${productName}-${version}-setup.${ext}" artifactName: "${productName}-${version}-setup.${ext}"
publish: publish: