Skip to content

Commit

Permalink
GResource: Correct path for stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Aug 28, 2024
1 parent 0642f28 commit 90ab176
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions com.cassidyjames.butler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"app-id": "com.cassidyjames.butler",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "com.cassidyjames.butler",
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--device=dri"
],
"modules": [
{
"name": "butler",
"buildsystem": "meson",
"run-tests": true,
"config-opts": [
"-Dprofile=release"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}
2 changes: 2 additions & 0 deletions data/gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<gresources>
<gresource prefix="/com/cassidyjames/butler/">
<file preprocess="xml-stripblanks" compressed="true">metainfo.xml.in</file>
<file>style.css</file>
<file>style-dark.css</file>
<file alias="Devel/style.css">style.css</file>
<file alias="Devel/style-dark.css">style-dark.css</file>
</gresource>
Expand Down

0 comments on commit 90ab176

Please sign in to comment.