We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f801099 commit e777035Copy full SHA for e777035
scripts/build-windows-bundle.sh
@@ -219,8 +219,8 @@ if [[ -d "$MINGW_PREFIX/share/glib-2.0/schemas" ]]; then
219
cp -af "$MINGW_PREFIX/share/glib-2.0/schemas/." "$SCHEMA_DIR/"
220
fi
221
222
-if [[ ! -f "$SCHEMA_DIR/com.k0vcz.Artemis.gschema.xml" ]] && [[ -f "$ROOT_DIR/data/com.k0vcz.Artemis.gschema.xml" ]]; then
223
- echo "==> Restoring missing app schema into bundle"
+if [[ -f "$ROOT_DIR/data/com.k0vcz.Artemis.gschema.xml" ]]; then
+ echo "==> Refreshing app schema in bundle"
224
cp -f "$ROOT_DIR/data/com.k0vcz.Artemis.gschema.xml" "$SCHEMA_DIR/"
225
226
0 commit comments