fixed path to linux install folderfixed path to installed application in linux
This commit is contained in:
parent
d0379fdede
commit
c2b02a45a2
2 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,7 @@ function appInstalled()
|
|||
} else if (runningOnMacOS()){
|
||||
appInstalledUninstallerPath = "/Applications/" + appName() + ".app/maintenancetool.app/Contents/MacOS/maintenancetool";
|
||||
} else if (runningOnLinux()){
|
||||
allInstalledUninstallerPath = "/opt/" + appName();
|
||||
appInstalledUninstallerPath = "/opt/" + appName();
|
||||
}
|
||||
|
||||
return installer.fileExists(appInstalledUninstallerPath) || installer.fileExists(appInstalledUninstallerPath_x86);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue