5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
|
|
set install_path=%~dp0
|
||
|
|
cd /d %install_path%
|
||
|
|
windeployqt.exe --plugindir plugins . .
|
||
|
|
|