aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 1ab94428e..df79aab1b 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -1404,6 +1404,7 @@ bool Main::start() {
String iconpath = GLOBAL_DEF("application/icon", "Variant()");
if (iconpath != "") {
+ iconpath = PathRemap::get_singleton()->get_remap(iconpath);
Image icon;
if (icon.load(iconpath) == OK)
OS::get_singleton()->set_icon(icon);