apostrophe/data/gen.sh

5 lines
133 B
Bash

#! /usr/bin/env bash
cd "$(dirname "$0")" &&
cp -fv "ui/About.ui.in" "About.ui" &&
glib-compile-resources "apostrophe.gresource.xml"