Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote and escape desktop entry executable path #917

Merged
merged 3 commits into from Aug 3, 2023

Conversation

capitalistspz
Copy link
Contributor

Hopefully fixes #912

@@ -21,6 +21,8 @@
#include <boost/algorithm/string.hpp>
#include <boost/tokenizer.hpp>

#include <fmt/std.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This include shouldn't be necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right

remove `fmt/std.h` include
@Exzap Exzap merged commit 7111cbb into cemu-project:main Aug 3, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

".desktop"-files created by Cemu do not work, if the path to Cemu contains spaces or some other symbols
2 participants