File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
Triangle4XP_cmd = os .path .join (FNAMES .Utils_dir ,"Triangle4XP.exe " )
24
24
triangle_cmd = os .path .join (FNAMES .Utils_dir ,"triangle.exe " )
25
25
sort_mesh_cmd = os .path .join (FNAMES .Utils_dir ,"moulinette.exe " )
26
- unzip_cmd = os .path .join (FNAMES .Utils_dir ,"7z1805-x64 .exe " )
26
+ unzip_cmd = os .path .join (FNAMES .Utils_dir ,"7z .exe " )
27
27
else :
28
28
Triangle4XP_cmd = os .path .join (FNAMES .Utils_dir ,"Triangle4XP " )
29
29
triangle_cmd = os .path .join (FNAMES .Utils_dir ,"triangle " )
Original file line number Diff line number Diff line change 17
17
unzip_cmd = "7z "
18
18
dsftool_cmd = os .path .join (FNAMES .Utils_dir ,"DSFTool.app " )
19
19
elif 'win' in sys .platform :
20
- unzip_cmd = os .path .join (FNAMES .Utils_dir ,"7z1805-x64 .exe " )
20
+ unzip_cmd = os .path .join (FNAMES .Utils_dir ,"7z .exe " )
21
21
dsftool_cmd = os .path .join (FNAMES .Utils_dir ,"DSFTool.exe " )
22
22
else :
23
23
unzip_cmd = "7z "
You can’t perform that action at this time.
0 commit comments