Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Aug 10, 2018
1 parent 7b2f806 commit 1c3c10c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
/project/app/src/main/res/mipmap-*dpi/
/project/app/release

/renpy/
/Sdk/
/renpy
/Sdk
/local.properties
9 changes: 3 additions & 6 deletions build_renpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export DIST="$ROOT/dist"
export RENPY_ROOT="${2:-/home/tom/ab/renpy}"
export PYGAME_SDL2_ROOT="${3:-/home/tom/ab/pygame_sdl2}"

# pushd "$ROOT/native"
# ./build.sh
# popd
pushd "$ROOT/native"
./build.sh
popd

cd "$ROOT"

Expand Down Expand Up @@ -40,6 +40,3 @@ for i in build \

rm -Rf "$DIST/project/$i"
done



0 comments on commit 1c3c10c

Please sign in to comment.