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:
parent
a3cd7ca89e
commit
bb02f07370
@ -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.
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 |
Loading…
Reference in New Issue
Block a user