Skip to content

Commit ef0579e

Browse files
remove snap, and add failed attempt at flatpak
1 parent 20a0f09 commit ef0579e

File tree

4 files changed

+41
-36
lines changed

4 files changed

+41
-36
lines changed

flatpak/org.ccextractor.gui.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"app-id": "org.ccextractor.gui",
3+
"runtime": "org.gnome.Platform",
4+
"runtime-version": "40",
5+
"sdk": "org.gnome.Sdk",
6+
"command": "ccxgui",
7+
"separate-locales": false,
8+
"finish-args": [
9+
"--share=ipc",
10+
"--socket=x11",
11+
"--socket=fallback-x11",
12+
"--socket=wayland",
13+
"--share=network",
14+
"--filesystem=home",
15+
"--filesystem=xdg-documents"
16+
],
17+
"modules": [
18+
{
19+
"name": "ccxgui",
20+
"buildsystem": "simple",
21+
"build-commands": [
22+
"cd ccxgui && mkdir lib/ data/ && mv flutter_assets icudtl.dat data/ && mv lib*.so lib/",
23+
"ls ccxgui",
24+
"cp -r ccxgui /app/ccxgui",
25+
"chmod +x /app/ccxgui/ccxgui",
26+
"mkdir /app/bin",
27+
"ln -s /app/ccxgui/ccxgui /app/bin/ccxgui"
28+
],
29+
"sources": [
30+
{
31+
"type": "archive",
32+
"url": "https://github.com/CCExtractor/ccextractorfluttergui/releases/download/v0.2.0/linux.zip",
33+
"dest": "ccxgui",
34+
"sha256": "a87033f0e11572ba948765099b95b6776b2be7f34253f20885bd2e8621441013"
35+
}
36+
37+
38+
]
39+
}
40+
]
41+
}

snap/gui/ccextractor-gui.desktop

Lines changed: 0 additions & 8 deletions
This file was deleted.

snap/gui/ccextractor-gui.png

-28 KB
Binary file not shown.

snap/snapcraft.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)