Skip to content
Snippets Groups Projects
Commit 2a801bc6 authored by Stuffed's avatar Stuffed
Browse files

compile: Output to a fixed filename as well

Otherwise it's confusing and annoying when viewing the output in a browser.
parent 71c86dab
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@ fi
VERSION="$(git describe --tags --always --dirty)"
TWEEGO_PATH="./StoryFormats" tweego -o "Degrees of Lewdity $VERSION.html" game
echo "Done: \"Degrees of Lewdity $VERSION.html\""
cp "Degrees of Lewdity $VERSION.html" "Degrees of Lewdity.html"
echo "Done: \"Degrees of Lewdity.html\""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment