Skip to content

Commit

Permalink
Update macOS package changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hrubymar10 committed Feb 2, 2020
1 parent f91aab4 commit 4a58fee
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6377,7 +6377,7 @@
"LOAD_REVISION=1",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -6419,7 +6419,7 @@
);
GCC_WARN_UNUSED_VARIABLE = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 4a58fee

Please sign in to comment.