File tree Expand file tree Collapse file tree 4 files changed +41
-36
lines changed Expand file tree Collapse file tree 4 files changed +41
-36
lines changed Original file line number Diff line number Diff line change
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
+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments