瀏覽代碼

Fix export script, find invocation incorrect for macOS.

badlogic 4 年之前
父節點
當前提交
dfbb18b7af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/export/export.sh

+ 1 - 1
examples/export/export.sh

@@ -198,7 +198,7 @@ fi
 echo ""
 echo ""
 echo "Optimizing PNGs..."
 echo "Optimizing PNGs..."
 cd ..
 cd ..
-find -type f -iname '*.png' -exec oxipng -q --nx -i 0 -o 4 --strip all {} +
+find . -iname '*.png' -exec oxipng -q --nx -i 0 -o 4 --strip all {} +
 
 
 echo ""
 echo ""
 echo "Done!"
 echo "Done!"