mod-manager/data/resources/resources.gresource.xml
Tine Jozelj 613c9032a9
Some checks failed
CI / Flatpak (push) Failing after 27s
CI / Rustfmt (push) Failing after 54s
feat: settings refactor and initial mod listing
2023-12-21 23:25:08 +01:00

11 lines
No EOL
549 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">style.css</file>
</gresource>
</gresources>