diff --git a/src/picotorrent/application.cpp b/src/picotorrent/application.cpp index 19585fea..42d553eb 100644 --- a/src/picotorrent/application.cpp +++ b/src/picotorrent/application.cpp @@ -23,7 +23,7 @@ using pt::Application; Application::Application() : wxApp(), - m_singleInstance(std::make_unique()) + m_singleInstance(std::make_unique("584c8e47-d8a5-4e52-9165-c0650a85723a")) { SetProcessDPIAware(); }