[DESKTOP] Add Linux x64 to release github actions

This commit is contained in:
Kamil Gurgul
2024-08-21 09:17:06 +02:00
parent 510391593c
commit 2a57366029
3 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "CPU-Info"
packageVersion = "1.0.0"
packageVersion = "1.1.0"
val iconsRoot = project.file("desktop-icons")
macOS {
@@ -10,7 +10,7 @@ import org.jetbrains.skia.DirectContext
fun main() {
initKoin()
if (System.getProperty("os.name") == "Linux") {
if (System.getProperty("os.name").equals("Linux", ignoreCase = true)) {
try {
DirectContext.makeGL().flush().close()
} catch (e: Throwable) {