mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-29 11:13:41 -04:00
build: streamline icon file configuration for desktop platforms
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
@@ -53,15 +53,9 @@ compose.desktop {
|
||||
packageName = "Meshtastic"
|
||||
|
||||
// App Icon
|
||||
macOS {
|
||||
iconFile.set(project.file("src/main/resources/icon.png"))
|
||||
}
|
||||
windows {
|
||||
iconFile.set(project.file("src/main/resources/icon.png"))
|
||||
}
|
||||
linux {
|
||||
iconFile.set(project.file("src/main/resources/icon.png"))
|
||||
}
|
||||
macOS { iconFile.set(project.file("src/main/resources/icon.png")) }
|
||||
windows { iconFile.set(project.file("src/main/resources/icon.png")) }
|
||||
linux { iconFile.set(project.file("src/main/resources/icon.png")) }
|
||||
|
||||
// Read version from project properties (passed by CI) or default to 0.1.0
|
||||
// Native installers require strict numeric semantic versions (X.Y.Z) without suffixes
|
||||
|
||||
Reference in New Issue
Block a user