Skip to content

Commit

Permalink
force move data on install
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed May 6, 2020
1 parent 263090c commit c9bbada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/upu-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if exist patch000.dat (
)

:: I don't know how to iterate over files in batch properly, so just moving back and forth
move data %bdir%\
move /y data %bdir%\
move /y %bdir%\data\savegame data\
move /y %bdir%\data\*.txt data\
move /y %bdir%\data\*.gcd data\
Expand Down

0 comments on commit c9bbada

Please sign in to comment.