v1.10.0 #471

Merged
LukeGus merged 106 commits from dev-1.10.0 into main 2026-01-01 04:20:12 +00:00
Showing only changes of commit 4863776f9b - Show all commits

View File

@@ -1,9 +1,9 @@
app-id: com.karmaa.termix app-id: com.karmaa.termix
runtime: org.freedesktop.Platform runtime: org.freedesktop.Platform
runtime-version: "23.08" runtime-version: "24.08"
sdk: org.freedesktop.Sdk sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp base: org.electronjs.Electron2.BaseApp
base-version: "23.08" base-version: "24.08"
command: termix command: termix
separate-locales: false separate-locales: false
@@ -30,6 +30,12 @@ modules:
- cp -r squashfs-root/resources /app/bin/ - cp -r squashfs-root/resources /app/bin/
- cp -r squashfs-root/locales /app/bin/ || true - cp -r squashfs-root/locales /app/bin/ || true
- cp squashfs-root/*.so /app/bin/ || true
- cp squashfs-root/*.pak /app/bin/ || true
- cp squashfs-root/*.bin /app/bin/ || true
- cp squashfs-root/*.dat /app/bin/ || true
- cp squashfs-root/*.json /app/bin/ || true
- install -Dm644 com.karmaa.termix.desktop /app/share/applications/com.karmaa.termix.desktop - install -Dm644 com.karmaa.termix.desktop /app/share/applications/com.karmaa.termix.desktop
- install -Dm644 com.karmaa.termix.metainfo.xml /app/share/metainfo/com.karmaa.termix.metainfo.xml - install -Dm644 com.karmaa.termix.metainfo.xml /app/share/metainfo/com.karmaa.termix.metainfo.xml