mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-29 05:19:55 +00:00
5 lines
160 B
Batchfile
5 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
|
|
|