diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-07 18:57:39 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-07 18:59:03 +0200 |
commit | 4c6674dd7504f7e000fb7cea5c6d0c537217a1fb (patch) | |
tree | 41debcf7bc15b092a5a9744a4ffbf5dcb7ed0bed /macosx/make-app-bundle.sh | |
parent | 76d9145bd2c1d2596ef1bc8bf516a141472f4ea8 (diff) |
cmake: remove src install
Diffstat (limited to 'macosx/make-app-bundle.sh')
-rwxr-xr-x | macosx/make-app-bundle.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/make-app-bundle.sh b/macosx/make-app-bundle.sh index 9265eeb9..93974243 100755 --- a/macosx/make-app-bundle.sh +++ b/macosx/make-app-bundle.sh @@ -74,7 +74,6 @@ create-dmg \ --hide-extension "$APPNAME.app" \ --no-internet-enable \ --add-folder "Document" "$install/doc" 20 40 \ - --add-folder "source-code" "$install/source-code" 220 40 \ --add-folder "Xplane-Plugin" "$install/xplane" 420 40 \ --add-folder "thirdparty" "$install/thirdparty" 620 40 \ "$version.dmg" \ |