|
@@ -16,15 +16,15 @@ public class ShellCmd {
|
|
|
|
|
|
|
|
|
//7za.exe x -y xxx.zip
|
|
|
- public static String unzip_cmd = CacheUtil.settingEntity.getBinPath()+ File.separator + "7z"+File.separator+ "7za.exe x -y -p %s -o%s" ;
|
|
|
+ public static String unzip_cmd = CacheUtil.settingEntity.getBuildCallPath()+ File.separator + "7z"+File.separator+ "7za.exe x -y -p %s -o%s" ;
|
|
|
|
|
|
- public static String obj2glb_cmd =CacheUtil.settingEntity.getBinPath()+ File.separator + "obj2gltf.exe -i %s -o %s";
|
|
|
+ public static String obj2glb_cmd =CacheUtil.settingEntity.getBuildCallPath()+ File.separator + "obj2gltf.exe -i %s -o %s";
|
|
|
|
|
|
- public static String LAS_TO_BIN = CacheUtil.settingEntity.getBinPath()+ File.separator +"PotreeConverter.bat %s %s ''";
|
|
|
+ public static String LAS_TO_BIN = CacheUtil.settingEntity.getBuildCallPath()+ File.separator +"PotreeConverter.bat %s %s ''";
|
|
|
|
|
|
- public static String osgbTob3dmCmd = CacheUtil.settingEntity.getBinPath()+ File.separator +"3dtile"+File.separator + "3dtile.exe -f osgb -i " +
|
|
|
+ public static String osgbTob3dmCmd = CacheUtil.settingEntity.getBuildCallPath()+ File.separator +"3dtile"+File.separator + "3dtile.exe -f osgb -i " +
|
|
|
"%s -o %s";
|
|
|
- public static String osgbTob3dmCmd2 = CacheUtil.settingEntity.getBinPath()+ File.separator +"3dtile"+File.separator + "ConvertApp.exe -f OSGB -m false -i " +
|
|
|
+ public static String osgbTob3dmCmd2 = CacheUtil.settingEntity.getBuildCallPath()+ File.separator +"3dtile"+File.separator + "ConvertApp.exe -f OSGB -m false -i " +
|
|
|
"%s -o %s";
|
|
|
- public static String ffmpegCmd = CacheUtil.settingEntity.getBinPath()+ File.separator + "ffmpeg.exe ";
|
|
|
+ public static String ffmpegCmd = CacheUtil.settingEntity.getBuildCallPath()+ File.separator + "ffmpeg.exe ";
|
|
|
}
|