From b8a3e5e4c14274b2c8ba3102a6e8d435e0caba2e Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 15 Nov 2025 12:21:14 +0300 Subject: [PATCH] *.spec files adjustment --- build/mac/DemonEditor.spec | 4 ++-- build/win/DemonEditor.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index e16ca60c..38b7ac11 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -37,8 +37,8 @@ a = Analysis([EXE_NAME], runtime_hooks=[], hooksconfig={ "gi": { - "languages": ["en", "be", "es", "it", "nl", - "pl", "pt", "ru", "tr", "zh_CN"], + "languages": ["en", "be", "es", "it", "nl", "pl", + "pt", "ru", "sk", "tr", "zh_CN"], "module-versions": { "Gtk": "3.0" }, diff --git a/build/win/DemonEditor.spec b/build/win/DemonEditor.spec index 561580f1..44a35a1e 100644 --- a/build/win/DemonEditor.spec +++ b/build/win/DemonEditor.spec @@ -35,8 +35,8 @@ a = Analysis([EXE_NAME], runtime_hooks=[], hooksconfig={ "gi": { - "languages": ["en", "be", "es", "it", "nl", - "pl", "pt", "ru", "tr", "zh_CN"], + "languages": ["en", "be", "es", "it", "nl", "pl", + "pt", "ru", "sk", "tr", "zh_CN"], "module-versions": { "Gtk": "3.0", "GtkSource": "3",