diff options
Diffstat (limited to 'src/zenserver/frontend/frontend.cpp')
| -rw-r--r-- | src/zenserver/frontend/frontend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/frontend/frontend.cpp b/src/zenserver/frontend/frontend.cpp index 96b680174..9ec897157 100644 --- a/src/zenserver/frontend/frontend.cpp +++ b/src/zenserver/frontend/frontend.cpp @@ -26,8 +26,8 @@ HttpFrontendService::HttpFrontendService(std::filesystem::path Directory) : m_Di { std::filesystem::path SelfPath = GetRunningExecutablePath(); - // Locate a .zip file appended onto the end of this binary #if ZEN_BUILD_RELEASE + // Load an embedded Zip archive IoBuffer HtmlZipDataBuffer(IoBuffer::Wrap, gHtmlZipData, sizeof(gHtmlZipData) - 1); m_ZipFs = ZipFs(std::move(HtmlZipDataBuffer)); #endif |