From 530db81c6849e32b1d1c1ec16a10b9e0ebbf18f5 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Thu, 17 Oct 2024 17:00:57 -0300 Subject: [PATCH] Remove compatibility symlinks --- Contents/MacOS/bashrc | 1 - Contents/MacOS/openfoam | 1 - Makefile | 4 +--- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 120000 Contents/MacOS/bashrc delete mode 120000 Contents/MacOS/openfoam diff --git a/Contents/MacOS/bashrc b/Contents/MacOS/bashrc deleted file mode 120000 index 194e31c..0000000 --- a/Contents/MacOS/bashrc +++ /dev/null @@ -1 +0,0 @@ -../Resources/etc/bashrc \ No newline at end of file diff --git a/Contents/MacOS/openfoam b/Contents/MacOS/openfoam deleted file mode 120000 index 4887b1b..0000000 --- a/Contents/MacOS/openfoam +++ /dev/null @@ -1 +0,0 @@ -../Resources/etc/openfoam \ No newline at end of file diff --git a/Makefile b/Makefile index 5e22dfe..5de13d9 100644 --- a/Makefile +++ b/Makefile @@ -48,9 +48,7 @@ app_contents = \ build/$(APP_NAME).app/Contents/Resources/LICENSE \ build/$(APP_NAME).app/Contents/Resources/icon.icns \ build/$(APP_NAME).app/Contents/Resources/volume \ - build/$(APP_NAME).app/Contents/Resources/$(APP_NAME).dmg \ - build/$(APP_NAME).app/Contents/MacOS/openfoam \ - build/$(APP_NAME).app/Contents/MacOS/bashrc + build/$(APP_NAME).app/Contents/Resources/$(APP_NAME).dmg $(INSTALL_DIR)/$(APP_NAME).app: build/$(APP_NAME).app cp -r build/$(APP_NAME).app $(INSTALL_DIR)/