diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2018-02-22 15:05:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-22 15:05:49 +0200 |
| commit | 0bcd752b2758bdb072b498ccc90905276be065e9 (patch) | |
| tree | 981e6d101f44897be02ff8e757293ae8c4e7e2af /src | |
| parent | c2cc2a82c8997dc8a3a552d42bd90c6e0b233e1e (diff) | |
| parent | 1f34f7d8c1b75ad12ff284bc694c3a002a563438 (diff) | |
Merge pull request #235 from SuperSandro2000/patch-2
Make sure that we get all files for sure
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aa6502b7..ed6c836a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -350,6 +350,9 @@ INSTALL( "EXECUTE_PROCESS( COMMAND ${qt5bin}/windeployqt.exe ModOrganizer.exe --webenginewidgets ${windeploy_parameters} + # run it a second time because on the first run it misses some files + COMMAND + ${qt5bin}/windeployqt.exe ModOrganizer.exe --webenginewidgets ${windeploy_parameters} COMMAND ${qt5bin}/windeployqt.exe uibase.dll ${windeploy_parameters} WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin |
