Fix symlink
This commit is contained in:
@@ -92,7 +92,7 @@ int main(int argc, char **argv)
|
|||||||
if(appRun.exists()){
|
if(appRun.exists()){
|
||||||
appRun.remove();
|
appRun.remove();
|
||||||
}
|
}
|
||||||
QFile::link(appBinaryPath, appDir + "/AppRun");
|
QFile::link(appBinaryPath, "AppRun");
|
||||||
|
|
||||||
bool plugins = true;
|
bool plugins = true;
|
||||||
bool appimage = false;
|
bool appimage = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user