fixed path to maintenancetool in linux
- added x11 to runningOnLinux() function
This commit is contained in:
parent
c7fb7e58cf
commit
eb66354c76
2 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ Component.prototype.createOperations = function()
|
|||
} else if (runningOnMacOS()) {
|
||||
component.addElevatedOperation("Execute", "@TargetDir@/post_install.sh", "UNDOEXECUTE", "@TargetDir@/post_uninstall.sh");
|
||||
} else if (runningOnLinux()) {
|
||||
component.addElevatedOperation("Execute", "bash", "@TargetDir@/post_install.sh", "UNDOEXECUTE", "bash", "@TargetDir@/post_uninstall.sh");
|
||||
component.addElevatedOperation("Execute", "bash", "@TargetDir@/post_install.sh", "UNDOEXECUTE", "bash", "@TargetDir@/post_uninstall.sh");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue