Skip to content

Commit

Permalink
Update to flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed May 25, 2016
1 parent a48975b commit 4ea435e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
app
.xdg-app-builder
.flatpak-builder
repo
3 changes: 1 addition & 2 deletions build.sh
Expand Up @@ -5,5 +5,4 @@ FILE=$1
APPID=`basename $FILE .json`

echo ========== Building $APPID ================
rm -rf app
xdg-app-builder --ccache --require-changes --repo=repo --subject="Nightly build of ${APPID}, `date`" ${EXPORT_ARGS-} app $FILE
flatpak-builder --force-clean --ccache --require-changes --repo=repo --subject="Nightly build of ${APPID}, `date`" ${EXPORT_ARGS-} app $FILE
2 changes: 1 addition & 1 deletion build_update_repo.sh
@@ -1,3 +1,3 @@
#!/bin/bash

xdg-app build-update-repo --generate-static-deltas --prune --prune-depth=8 ${EXPORT_ARGS-} repo
flatpak build-update-repo --generate-static-deltas --prune --prune-depth=8 ${EXPORT_ARGS-} repo

0 comments on commit 4ea435e

Please sign in to comment.