Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
Former-commit-id: 7b9bdae
  • Loading branch information
tkashkin committed Oct 16, 2018
1 parent d49d673 commit 1436fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ build_deb()
cd "$_ROOT"
sed "s/\$VERSION/$_DEB_VERSION/g; s/\$DISTRO/$_DEB_TARGET_DISTRO/g; s/\$DATE/`date -R`/g" "debian/changelog.in" > "debian/changelog"
if [[ "$APPVEYOR_BUILD_WORKER_IMAGE" = "Ubuntu1604" ]]; then
sed "s/, libmanette-0.2-dev,//g" "debian/control.in" > "debian/control"
sed "s/libmanette-0.2-dev,//g" "debian/control.in" > "debian/control"
else
cp -f "debian/control.in" "debian/control"
fi
Expand Down Expand Up @@ -243,7 +243,7 @@ build_flatpak()
echo "[scripts/build.sh] Autoinstalling dependencies"
flatpak-builder -y --user --install-deps-from=flathub --install-deps-only build com.github.tkashkin.gamehub.json
echo "[scripts/build.sh] Installing dependencies"
flatpak install -y --user flathub org.gnome.Platform//3.30 org.freedesktop.Platform//1.6 org.freedesktop.ffmpeg//1.6 io.elementary.Loki.BaseApp//stable org.gnome.Sdk//3.30
flatpak install -y --user flathub org.gnome.Platform//3.30 org.freedesktop.Platform//1.6 io.elementary.Loki.BaseApp//stable org.gnome.Sdk//3.30
flatpak-builder -y --user --repo=repo --force-clean build com.github.tkashkin.gamehub.json
flatpak build-bundle repo "$_ROOT/build/flatpak/GameHub-$_VERSION.flatpak" com.github.tkashkin.gamehub
return 0
Expand Down

0 comments on commit 1436fe8

Please sign in to comment.