fix name and icons
This commit is contained in:
parent
9301433fdf
commit
a5c7aa3969
BIN
desktop/assets/icons/logo.icns
Normal file
BIN
desktop/assets/icons/logo.icns
Normal file
Binary file not shown.
BIN
desktop/assets/icons/logo.ico
Normal file
BIN
desktop/assets/icons/logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
@ -1,4 +1,5 @@
|
||||
appId: re.workadventu.desktop
|
||||
productName: "WorkAdventure desktop"
|
||||
|
||||
files:
|
||||
- "build/**/*"
|
||||
@ -11,17 +12,15 @@ dmg:
|
||||
linux:
|
||||
category: "TODO;TODO"
|
||||
packageCategory: "TODO;TODO"
|
||||
maintainer: "TODO"
|
||||
icon: "assets/icons/TODO.icns"
|
||||
description: "TODO"
|
||||
maintainer: "thecodingmachine"
|
||||
icon: "assets/icons/logo.icns"
|
||||
description: "Desktop app for WorkAdventure"
|
||||
target:
|
||||
# - deb
|
||||
- AppImage
|
||||
|
||||
artifactName: "${productName}-${version}-${arch}.${ext}"
|
||||
|
||||
win:
|
||||
icon: "assets/icons/TODO.ico"
|
||||
icon: "assets/icons/logo.ico"
|
||||
artifactName: "${productName}-${version}-setup.${ext}"
|
||||
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user