[DESKTOP] Add Linux x64 to release github actions
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user