Commit 9c080016 authored by kimidaisuki22's avatar kimidaisuki22

use png format on all platform.

parent 004618a1
......@@ -7,12 +7,7 @@ int main() {
m.text_ = "Open work dir";
// linux: png, svg
std::string icon_name =
#ifdef _WIN32
"icon.icon";
#else
"icon.png";
#endif
std::string icon_name = "icon.png";
// absolute path for linux.
auto icon_path =std::filesystem::current_path() / icon_name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment