mirror of
https://github.com/tnodir/fort
synced 2024-11-15 11:55:09 +00:00
5 lines
143 B
Batchfile
5 lines
143 B
Batchfile
@echo off
|
|
set QT_BIN_PATH=D:\opt\qt5\qtbase\bin
|
|
|
|
%QT_BIN_PATH%\windeployqt --release --qmldir ..\src\ui\qml --dir build build\FortFirewall.exe
|