瀏覽代碼

add build folder path to command

Jérôme BUISINE 3 年之前
父節點
當前提交
9abd40d8cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      run/convert_folder.sh

+ 1 - 1
run/convert_folder.sh

@@ -50,7 +50,7 @@ do
 
         # check if filename contains 
         if [[ "$file" == ${prefix}* ]]; then
-            echo ./main/rawls_convert --image ${filename_fixed} --outfile ${output_scene_path}/${outfile}
+            ./build/main/rawls_convert --image ${filename_fixed} --outfile ${output_scene_path}/${outfile}
         fi
     done 
   done