mod-manager/data/resources/resources.gresource.xml
Tine Jozelj 0be80bdaac
Some checks failed
CI / Rustfmt (push) Failing after 1m10s
CI / Flatpak (push) Failing after 4m53s
feat: intial work
2023-12-21 12:30:30 +01:00

12 lines
612 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/dev/mnts/ModManager/">
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
<file compressed="true">ui/windows/main/main.ui</file>
<file compressed="true">ui/windows/main/pages/welcome.ui</file>
<file compressed="true">ui/windows/main/pages/games_and_mods.ui</file>
<file compressed="true">ui/windows/add_new_game/add_new_game.ui</file>
<file compressed="true">ui/components/mods_list.ui</file>
<file compressed="true">style.css</file>
</gresource>
</gresources>