diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp index 8ee19f5df2..885b1ce53f 100644 --- a/platform/uwp/export/export.cpp +++ b/platform/uwp/export/export.cpp @@ -1186,6 +1186,7 @@ public: } virtual Error export_project(const Ref &p_preset, bool p_debug, const String &p_path, int p_flags = 0) { + ExportNotifier notifier(*this, p_preset, p_debug, p_path, p_flags); String src_appx;