Skip to content

Commit

Permalink
🎨 format flatpak and build file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg committed Aug 6, 2024
1 parent 4911da5 commit 6295f39
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
38 changes: 19 additions & 19 deletions io.github.andrepg.httpcodes.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"app-id" : "io.github.andrepg.httpcodes",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"id": "io.github.andrepg.httpcodes",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.node18",
"org.freedesktop.Sdk.Extension.typescript"
],
"command" : "io.github.andrepg.httpcodes",
"finish-args" : [
"command": "io.github.andrepg.httpcodes",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/typescript/bin:/usr/lib/sdk/node18/bin"
"build-options": {
"append-path": "/usr/lib/sdk/typescript/bin:/usr/lib/sdk/node18/bin"
},
"cleanup" : [
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
Expand All @@ -29,18 +29,18 @@
"*.la",
"*.a"
],
"modules" : [
"modules": [
{
"name" : "http-codes",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
"name": "http-codes",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type" : "git",
"url" : "https://github.com/andrepg/http-codes.git",
"branch": "main"
"type": "git",
"url": "https://github.com/andrepg/http-codes.git",
"branch": "main"
}
]
}
]
}
}
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ project('http-codes',
i18n = import('i18n')
gnome = import('gnome')



subdir('data')
subdir('src')
subdir('po')
Expand Down

0 comments on commit 6295f39

Please sign in to comment.