We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae20e0 commit 02ce8e5Copy full SHA for 02ce8e5
.travis.yml
@@ -36,7 +36,7 @@ env:
36
# This is the script part. This is where the actual building is happening.
37
# This produces an artifact which we'll use later on to publish a release.
38
39
-script: ./renpy.sh "../mod/" lint && ./renpy.sh launcher distribute "../mod/" --savedir launcher && cd ..
+script: ./renpy.sh "../mod/" lint && ./renpy.sh launcher distribute "../mod/" && cd ..
40
41
42
# This is where the actual releases happen. Travis has the ability to publish releases from GitHub, Amazon S3, OpenShift, etc.
0 commit comments