shrink release pkg, fix app directory resolution

This commit is contained in:
Alex
2025-09-02 13:19:59 -07:00
parent a2d123e953
commit c609e35b8b
6 changed files with 16 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
:: Set paths here first before running!!!
set video_path="\app\WindowsNoEditor\Mercury\Content\Movie"
set export_path=".\data\movies"
for %%i in (%video_path%\*.usm) do ffmpeg -n -f mpegvideo -i "%%i" "%export_path%\%%~ni.mp4"