(Windows) Fixed a compile error

This commit is contained in:
Leon Styhre 2023-07-31 19:33:35 +02:00
parent 4f3d66c45b
commit a5a5a814db

View file

@ -54,8 +54,8 @@ GuiApplicationUpdater::GuiApplicationUpdater()
mGrid.setEntry(mProcessStep1, glm::ivec2 {1, 2}, false, true, glm::ivec2 {2, 1});
#if defined(_WIN64)
const std::string step2Text {Utils::String::replace(
Utils::FileSystem::getParent(mDownloadPackageFilename), , "/", "\\")};
const std::string step2Text {
Utils::String::replace(Utils::FileSystem::getParent(mDownloadPackageFilename), "/", "\\")};
#else
const std::string step2Text {mLinuxAppImage ?
"INSTALL PACKAGE" :