diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-05-08 00:07:20 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-05-08 00:07:20 +0200 |
commit | c407004e3aa7acb8046927eceff1640603f8329f (patch) | |
tree | 63efcb35a72bbf7f45431d085ce7b103a5762987 /application | |
parent | 3fb15e4a4d94263964537a29c8ced87590d889d3 (diff) | |
download | MultiMC-c407004e3aa7acb8046927eceff1640603f8329f.tar MultiMC-c407004e3aa7acb8046927eceff1640603f8329f.tar.gz MultiMC-c407004e3aa7acb8046927eceff1640603f8329f.tar.lz MultiMC-c407004e3aa7acb8046927eceff1640603f8329f.tar.xz MultiMC-c407004e3aa7acb8046927eceff1640603f8329f.zip |
NOISSUE make qt.conf downloadable in presence of GH-1885
Now it has a single space inside.
Diffstat (limited to 'application')
-rw-r--r-- | application/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 5101464b..2ae8b1c5 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -440,7 +440,7 @@ if(NOT INSTALL_BUNDLE) else() # Add qt.conf - this makes Qt stop looking for things outside the bundle install( - CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DEST_DIR}/qt.conf\" \"\")" + CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DEST_DIR}/qt.conf\" \" \")" COMPONENT Runtime ) # Bundle plugins |