Skip to content

Commit

Permalink
7z binary, not installer... (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarpilote committed Oct 18, 2018
1 parent a1ccfe6 commit b55a24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/O4_Mesh_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Triangle4XP_cmd = os.path.join(FNAMES.Utils_dir,"Triangle4XP.exe ")
triangle_cmd = os.path.join(FNAMES.Utils_dir,"triangle.exe ")
sort_mesh_cmd = os.path.join(FNAMES.Utils_dir,"moulinette.exe ")
unzip_cmd = os.path.join(FNAMES.Utils_dir,"7z1805-x64.exe ")
unzip_cmd = os.path.join(FNAMES.Utils_dir,"7z.exe ")
else:
Triangle4XP_cmd = os.path.join(FNAMES.Utils_dir,"Triangle4XP ")
triangle_cmd = os.path.join(FNAMES.Utils_dir,"triangle ")
Expand Down
2 changes: 1 addition & 1 deletion src/O4_Overlay_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
unzip_cmd = "7z "
dsftool_cmd = os.path.join(FNAMES.Utils_dir,"DSFTool.app ")
elif 'win' in sys.platform:
unzip_cmd = os.path.join(FNAMES.Utils_dir,"7z1805-x64.exe ")
unzip_cmd = os.path.join(FNAMES.Utils_dir,"7z.exe ")
dsftool_cmd = os.path.join(FNAMES.Utils_dir,"DSFTool.exe ")
else:
unzip_cmd = "7z "
Expand Down

0 comments on commit b55a24b

Please sign in to comment.