mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 12:30:18 +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()) {
|
if (!selectedFile.empty()) {
|
||||||
string path = selectedFile;
|
string path = selectedFile;
|
||||||
|
if (!isOpk())
|
||||||
|
path = cmdclean(path);
|
||||||
|
|
||||||
if (params.empty()) {
|
if (params.empty()) {
|
||||||
params = path;
|
params = path;
|
||||||
|
Loading…
Reference in New Issue
Block a user