Skip to content

Commit

Permalink
Make sure epub in release is named correctly [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Oct 30, 2019
1 parent f94e64c commit 54af129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor_scripts/build_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main(argv=sys.argv):
foldpath = os.path.join(os.path.dirname(__file__), "..", "src")

# use folder name as name for epub
epubname = "Sigil_User_Guide_{}.epub".format(tagname)
epubname = "PageEdit_User_Guide_{}.epub".format(tagname)

rv = -1
data = b''
Expand Down

0 comments on commit 54af129

Please sign in to comment.