Skip to content

Instantly share code, notes, and snippets.

@sr229
Created November 2, 2018 06:18
Show Gist options
  • Save sr229/e71b2f2da7e736d85967aa4a3315e79b to your computer and use it in GitHub Desktop.
Save sr229/e71b2f2da7e736d85967aa4a3315e79b to your computer and use it in GitHub Desktop.
install:
...
# now this is where it gets interesting
# we're copying over the template files into the renpy SDK
# and CD into the renpy
# Replace quickstart-oss with your GitHub repository name!
- bash ./quickstart-oss/travis/setup.sh
# Make quickstart-oss/sample_mod/ point to where your game/ folder is.
# It would be something like: repositoryname/game/*
# However, if your DDLC Mod game dir contents is the whole repo,
# replace quickstart-oss/sample_mod/* with repositoryname/*
- cp -vRf quickstart-oss/sample_mod/* mod/
- bash quickstart-oss/travis/inject_version.sh
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment