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 6bcc9b8..613867e 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,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