Skip to content

Commit c81dab2

Browse files
author
Varg
committed
Update directory structure
1 parent ab37fc2 commit c81dab2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4
-7
lines changed

build_gamekit.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ set -e
55
export GAMEKIT_VER="${1:-latest}"
66

77
# Validation
8-
[ ! -d "./games" ] && echo "Run this script from the project root directory" && exit
8+
[ ! -d "./contents" ] && echo "Run this script from the project root directory" && exit
99

1010
mkdir -p build
1111

12-
REL_GAMES_DIR=./games
12+
REL_CONTENTS_DIR=./contents
1313
REL_BUILD_DIR=./build
1414
REL_BUILD_BIN_DIR=$REL_BUILD_DIR/bin
1515

@@ -22,11 +22,8 @@ wget -P $REL_BUILD_DIR -q "$LATEST"
2222
echo "Extracting files"
2323
unzip -u $REL_BUILD_DIR/*.zip -d $REL_BUILD_DIR
2424

25-
echo "Copying games"
26-
cp -r $REL_GAMES_DIR/. $REL_BUILD_BIN_DIR
27-
28-
echo "Copying other files"
29-
cp -r ./misc/. $REL_BUILD_BIN_DIR
25+
echo "Copying contents"
26+
cp -r $REL_CONTENTS_DIR/. $REL_BUILD_BIN_DIR
3027

3128
echo "Preparing InnoSetup docker image"
3229
docker build -t 'innosetup' -f InnoSetup_Dockerfile .

contents/auto.qsp

4.98 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)