Skip to content

Commit 3af67ca

Browse files
committed
corrigido locale que não entrava no flatpak, atualizado vesão para 1.0.1
1 parent ad68136 commit 3af67ca

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

data/org.ziso.gui.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
<image>data/screenshot1.png</image>
3030
</screenshot>
3131
</screenshots>
32+
<releases>
33+
<release version="1.0.1" date="2026-01-19"/>
34+
</releases>
3235
<content_rating type="oars-1.1"/>
3336
</component>

org.ziso.gui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ runtime: org.gnome.Platform
33
runtime-version: '49'
44
sdk: org.gnome.Sdk
55
command: ziso
6+
separate-locales: false
67
finish-args:
78
- --share=ipc
89
- --socket=fallback-x11

src/ziso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__author__ = "Virtuous Flame & Gabriel"
2828
__license__ = "GPL"
29-
__version__ = "1.0"
29+
__version__ = "1.0.1"
3030

3131
import lz4.block
3232
from struct import pack, unpack

0 commit comments

Comments
 (0)