Skip to content

Commit

Permalink
updates for version 3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
mki1967 committed Jul 5, 2020
1 parent 69175dd commit 3dc122a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 2 additions & 0 deletions make-AppImage.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ done;
./make-mki3game.bash

echo 'Preparing for AppImage ...'

rm -rf build-AppImage # start with fresh directory
mkdir build-AppImage # do everything in the 'build' directory


Expand Down
4 changes: 3 additions & 1 deletion make-snap.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ done;

./make-mki3game.bash

echo 'Preparing for AppImage ...'
echo 'Preparing for snap ...'

rm -rf build-snap # start with fresh directory
mkdir build-snap # do everything in the 'build' directory


Expand Down
3 changes: 3 additions & 0 deletions mki3dgame-snap-wrapper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
export LIBGL_DRIVERS_PATH=$SNAP/usr/lib/x86_64-linux-gnu/dri
# export MKI3DGAME_ASSETS=$SNAP/assets
export XDG_DATA_DIRS="$SNAP/usr/share:$XDG_DATA_DIRS"
echo
echo '**Gamepad configuration command:** `snap connect mki3dgame-snap:joystick`'
echo
exec $SNAP/mki3dgame $SNAP/assets
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: mki3dgame-snap # you probably want to 'snapcraft register <name>'
version: '3.00' # just for humans, typically '1.2+git' or '1.3.2'
version: '3.01' # just for humans, typically '1.2+git' or '1.3.2'
base: core18
summary: Searching for tokens in 3D stages amongst flying monsters. # 79 char long summary
description: |
Search for tokens in 3D stages and avoid the monsters.
See ' https://github.com/mki1967/mki3dgame ' for more info.
(The stages are designed with MKI3D editor ' https://mki1967.github.io/mki3d/ ').
**Gamepad configuration command:** `snap connect mki3dgame-snap:joystick`
grade: stable # devel # must be 'stable' to release into candidate/stable channels
confinement: strict # devmode # use 'strict' once you have the right plugs and slots
Expand Down
7 changes: 7 additions & 0 deletions usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
<binary>io.github.mki1967.mki3dgame</binary>
</provides>
<releases>
<release version="3.01" date="2020-07-04">
<description>
<p>
This version has 30 stages and more textures.
</p>
</description>
</release>
<release version="3.00" date="2020-05-27">
<description>
<p>
Expand Down

0 comments on commit 3dc122a

Please sign in to comment.