From 8f6517ff556c55093671be576513989f372d1727 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 10 Sep 2019 14:20:31 +0200 Subject: [PATCH] Terminal.app moved on MacOS Catalina --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e599d3e..1ec88a7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -461,7 +461,7 @@ $Netgen_MACOS/netgen #!/bin/sh Netgen_BUNDLE=\"`echo \"$0\" | sed -e 's/\\/Contents\\/MacOS\\/Netgen1//'`\" Netgen_MACOS=\"$Netgen_BUNDLE/Contents/MacOS\" -open -a /Applications/Utilities/Terminal.app $Netgen_MACOS/startup.sh +open -a /Applications/Utilities/Terminal.app $Netgen_MACOS/startup.sh || open -a /System/Applications/Utilities/Terminal.app $Netgen_MACOS/startup.sh ") install(PROGRAMS ${mac_ngsuite} DESTINATION ${NG_INSTALL_DIR_BIN} RENAME Netgen1)