Skip to content

Commit

Permalink
Updated installscript for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCasasOrtiz committed Mar 6, 2021
1 parent 65c8fe5 commit 62e6781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Component.prototype.createOperations = function()
installer.setValue("UserProfile", userProfile);
component.addOperation("CreateShortcut", "@TargetDir@\\wfes-ui.exe", "@UserProfile@\\Desktop\\wfes-ui.lnk");
} else if (systemInfo.productType === "osx") {
component.addElevatedOperation("CopyDirectory", "@TargetDir@\\wfes-ui.app", "\\Applications\");
component.addElevatedOperation("CopyDirectory", "@TargetDir@/wfes-ui.app", "/Applications/");
} else {
// Copy .desktop file for showing application in menu
component.addElevatedOperation("Copy", "@TargetDir@/WfesGui.desktop", "/usr/share/applications/");
Expand Down

0 comments on commit 62e6781

Please sign in to comment.