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)/