mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 04:51:53 +02:00
Fix launching non-OPK apps with files with special characters
This commit is contained in:
parent
b0846812b8
commit
c19e78951d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user