File tree Expand file tree Collapse file tree 3 files changed +42
-4
lines changed
Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1111 name : Flatpak
1212 runs-on : ubuntu-latest
1313 container :
14- image : bilelmoussaoui/flatpak-github-actions:gnome-44
14+ image : bilelmoussaoui/flatpak-github-actions:gnome-45
1515 options : --privileged
1616 strategy :
1717 matrix :
3333 - uses : flatpak/flatpak-github-actions/flatpak-builder@v5
3434 with :
3535 bundle : iplookup.flatpak
36- manifest-path : io.github.bytezz.IPLookup.json
36+ manifest-path : flatpak/ io.github.bytezz.IPLookup.json
3737 arch : ${{ matrix.arch }}
3838 cache-key : flatpak-builder-${{ github.sha }}
Original file line number Diff line number Diff line change 1+ {
2+ "app-id" : " io.github.bytezz.IPLookup" ,
3+ "runtime" : " org.gnome.Platform" ,
4+ "runtime-version" : " master" ,
5+ "sdk" : " org.gnome.Sdk" ,
6+ "command" : " iplookup" ,
7+ "finish-args" : [
8+ " --share=network" ,
9+ " --share=ipc" ,
10+ " --socket=fallback-x11" ,
11+ " --device=dri" ,
12+ " --socket=wayland"
13+ ],
14+ "cleanup" : [
15+ " /include" ,
16+ " /lib/pkgconfig" ,
17+ " /man" ,
18+ " /share/doc" ,
19+ " /share/gtk-doc" ,
20+ " /share/man" ,
21+ " /share/pkgconfig" ,
22+ " *.la" ,
23+ " *.a"
24+ ],
25+ "modules" : [
26+ {
27+ "name" : " iplookup" ,
28+ "builddir" : true ,
29+ "buildsystem" : " meson" ,
30+ "sources" : [
31+ {
32+ "type" : " dir" ,
33+ "path" : " ../"
34+ }
35+ ]
36+ }
37+ ]
38+ }
Original file line number Diff line number Diff line change 11{
22 "app-id" : " io.github.bytezz.IPLookup" ,
33 "runtime" : " org.gnome.Platform" ,
4- "runtime-version" : " master " ,
4+ "runtime-version" : " 45 " ,
55 "sdk" : " org.gnome.Sdk" ,
66 "command" : " iplookup" ,
77 "finish-args" : [
3030 "sources" : [
3131 {
3232 "type" : " dir" ,
33- "path" : " ./"
33+ "path" : " .. /"
3434 }
3535 ]
3636 }
You can’t perform that action at this time.
0 commit comments