mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 21:09:52 +00:00
6 lines
160 B
Batchfile
6 lines
160 B
Batchfile
|
REM Internal Windows deployment script
|
||
|
|
||
|
SET PATH=%PATH%;C:\Qt\5.4\mingw491_32\bin
|
||
|
windeployqt ..\build-QOwnNotes-Desktop_Qt_5_4_1_MinGW_32bit-Release\release
|
||
|
|