ProjectUnifree / unifree

MIT License
1.43k stars 75 forks source link

Launch.bat dest directory is wrong #22

Closed pRoFlT closed 12 months ago

pRoFlT commented 12 months ago

set CONFIG_NAME=%1 set OPENAI_API_KEY=%2 set ORIGIN_DIR=%3 set DEST_DIR=%3 <-- Line 33 should be "set DEST_DIR=%4"

bshikin commented 12 months ago

The fix is in master.