mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(Windows) Fixed a compile error
This commit is contained in:
parent
4f3d66c45b
commit
a5a5a814db
|
@ -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" :
|
||||
|
|
Loading…
Reference in a new issue