desktop: distribution changes (#2782)

* desktop: distribution

* icons update

* package name

* windows

* icons

* package name

* Update apps/multiplatform/desktop/build.gradle.kts

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko 2023-07-27 17:58:24 +03:00 committed by GitHub
parent a3cd7ca89e
commit bb02f07370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

@ -44,15 +44,15 @@ compose {
appCategory = "Messenger" appCategory = "Messenger"
} }
windows { windows {
// LALAL packageName = "SimpleX"
iconFile.set(project.file("src/jvmMain/resources/distribute/simplex.ico")) iconFile.set(project.file("src/jvmMain/resources/distribute/simplex.ico"))
console = true console = true
perUserInstall = true perUserInstall = true
dirChooser = true dirChooser = true
} }
macOS { macOS {
// LALAL packageName = "SimpleX"
//iconFile.set(project.file("../desktop/src/jvmMain/resources/distribute/simplex.icns")) iconFile.set(project.file("src/jvmMain/resources/distribute/simplex.icns"))
appCategory = "public.app-category.social-networking" appCategory = "public.app-category.social-networking"
bundleID = "chat.simplex.app" bundleID = "chat.simplex.app"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 22 KiB