mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
rearrange data directory
This commit is contained in:
9
data/resources/meson.build
Normal file
9
data/resources/meson.build
Normal file
@@ -0,0 +1,9 @@
|
||||
# Resources
|
||||
resources = gnome.compile_resources(
|
||||
'resources',
|
||||
'resources.gresource.xml',
|
||||
gresource_bundle: true,
|
||||
source_dir: meson.current_build_dir(),
|
||||
install: true,
|
||||
install_dir: pkgdatadir,
|
||||
)
|
||||
6
data/resources/resources.gresource.xml
Normal file
6
data/resources/resources.gresource.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/org/kuchelmeister/ToolbxTuner/">
|
||||
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
|
||||
</gresource>
|
||||
</gresources>
|
||||
0
data/resources/resources/.gitignore
vendored
Normal file
0
data/resources/resources/.gitignore
vendored
Normal file
BIN
data/resources/screenshots/main_dark.png
LFS
Normal file
BIN
data/resources/screenshots/main_dark.png
LFS
Normal file
Binary file not shown.
BIN
data/resources/screenshots/main_light.png
LFS
Normal file
BIN
data/resources/screenshots/main_light.png
LFS
Normal file
Binary file not shown.
0
data/resources/style.css
Normal file
0
data/resources/style.css
Normal file
Reference in New Issue
Block a user