Skip to content

Commit

Permalink
Wrong 32bit linux path for princexml
Browse files Browse the repository at this point in the history
  • Loading branch information
christofsteel committed Sep 19, 2015
1 parent 5b06ee7 commit a6ba418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pySpellbook/firstRunWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def downloadPrince(parent, statusLabel):
if platform.machine() == "x86_64":
filename = "prince-10r4-linux-generic-x86_64.tar.gz"
else:
filename = "prince-10r4-linux-generic-x86.tar.gz"
filename = "prince-10r4-linux-generic-i686.tar.gz"
elif sys.platform == "darwin":
filename = "prince-10r4-macosx.tar.gz"
else:
Expand Down

0 comments on commit a6ba418

Please sign in to comment.