Skip to content

Commit

Permalink
Adjust for v0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVIII committed Mar 1, 2020
1 parent aa0f7b6 commit eaa963e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog of Andromeda for GOG

## v0.3.0 (Beta)
## v0.4.0 (Alpha)

- add ability to choose a game from the list of found games (Install game)

## v0.3.0

- a first very basic GUI (for now without browser with workaround buttons) which can install games, update games and start (some) games
- supports basic notifications
Expand Down
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ fi
(
cd "src/Andromeda/AvaloniaApp.FSharp" || exit
./../../../squashfs-root/AppRun --no-appstream ./AppDir -u "gh-releases-zsync|NicoVIII|Andromeda-for-GOG|latest|Andromeda-*.AppImage.zsync"
mv "Andromeda-x86_64.AppImage" "../../../deploy/$DEPLOYNAME-x86_64.AppImage"
mv "Andromeda-x86_64.AppImage.zsync" "../../../deploy/$DEPLOYNAME-x86_64.AppImage.zsync"
mv "Andromeda-x86_64.AppImage" "../../../deploy/Andromeda-x86_64.AppImage"
mv "Andromeda-x86_64.AppImage.zsync" "../../../deploy/Andromeda-x86_64.AppImage.zsync"
rm -r "AppDir"

echo "Finished publishing as AppImage."
Expand Down
2 changes: 1 addition & 1 deletion src/Andromeda/AvaloniaApp.FSharp/Config.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Andromeda.AvaloniaApp.FSharp

module Config =
let version = "v0.3.0"
let version = "v0.4.0-alpha.1"

0 comments on commit eaa963e

Please sign in to comment.