Add conditional build to remove update mechanism

This commit is contained in:
Charles Gagnon
2019-10-28 23:59:13 -04:00
parent 1192abbf38
commit 8ee97ed089
6 changed files with 408 additions and 2 deletions

View File

@@ -71,6 +71,12 @@
<value value='2' nick='BOTH'/>
</enum>
<schema path="/org/gnome/shell/extensions/dash-to-panel/" id="org.gnome.shell.extensions.dash-to-panel">
<key type="b" name="check-update">
<default>false</default>
</key>
<key type="b" name="force-check-update">
<default>false</default>
</key>
<key type="s" name="version-to-install">
<default>''</default>
</key>