tangled
alpha
login
or
join now
shrimple.srht.site
/
OuchBrowser.NET
1
fork
atom
focus on your browsing
browser
web-browser
1
fork
atom
overview
issues
pulls
pipelines
remove glib-compile-schemas silencer
woof.monster
6 days ago
f8ccdeac
38ca7c2b
verified
This commit was signed with the committer's
known signature
.
woof.monster
SSH Key Fingerprint:
SHA256:Zx8o/400UTtWXXs3qwjYiENbQk7UHKUPMRSCpm3D2QA=
+1
-2
1 changed file
expand all
collapse all
unified
split
Justfile
+1
-2
Justfile
···
57
57
mkdir -p {{ PREFIX }}/share/glib-2.0/schemas
58
58
cp OuchBrowser/OuchBrowser.gschema.xml {{ PREFIX }}/share/glib-2.0/schemas
59
59
glib-compile-schemas \
60
60
-
{{ PREFIX }}/share/glib-2.0/schemas \
61
61
-
>/dev/null 2>/dev/null
60
60
+
{{ PREFIX }}/share/glib-2.0/schemas
62
61
63
62
# compiles translations and installs them
64
63
[group("build")]