Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Oct 16, 2018
1 parent 0b81f04 commit 8abf5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ artifacts:
name: deb
- path: build/appimage/GameHub*.AppImage*
name: AppImage
- path: build/flatpak/GameHub*.flatpak
- path: build/GameHub*.flatpak
name: flatpak

deploy:
Expand Down
4 changes: 1 addition & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,8 @@ build_flatpak()
sed -i "s/\$BRANCH/$APPVEYOR_REPO_BRANCH/g" com.github.tkashkin.gamehub.json
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 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
flatpak build-bundle repo "$_ROOT/build/GameHub-$_VERSION.flatpak" com.github.tkashkin.gamehub
return 0
}

Expand Down

0 comments on commit 8abf5b8

Please sign in to comment.