learn-hieroglyphs/build.sh

10 lines
255 B
Bash
Raw Normal View History

2024-03-26 13:49:32 +03:00
#!/bin/bash
#Compile schemas for gtk settings
mkdir -p $HOME/.local/share/glib-2.0/schemas
2024-03-26 22:10:04 +03:00
cp org.foxarmy.learn-hieroglyph.gschema.xml $HOME/.local/share/glib-2.0/schemas/
2024-03-26 13:49:32 +03:00
glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/
#building
cargo build