mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Fix launching non-OPK apps with files with special characters
This commit is contained in:
@@ -549,6 +549,8 @@ void LinkApp::launch(const string &selectedFile) {
|
||||
|
||||
if (!selectedFile.empty()) {
|
||||
string path = selectedFile;
|
||||
if (!isOpk())
|
||||
path = cmdclean(path);
|
||||
|
||||
if (params.empty()) {
|
||||
params = path;
|
||||
|
||||
Reference in New Issue
Block a user