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
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user