diff options
author | Ries van Twisk <github@rvt.dds.nl> | 2020-01-05 21:58:43 +0100 |
---|---|---|
committer | Ries van Twisk <github@rvt.dds.nl> | 2020-01-05 21:58:43 +0100 |
commit | 2d709bb4755305342b79a1574c90b2be348b4c4d (patch) | |
tree | e5a7f92330897a428f8276930e7b89aabd46e1f2 /macosx | |
parent | 18cbd25f2e3ed59bb9f20ba314d603df0eb46c1d (diff) |
Copy third party DLL/EXE to third party direcoty for WINE users
Diffstat (limited to 'macosx')
-rwxr-xr-x | macosx/make-app-bundle.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/make-app-bundle.sh b/macosx/make-app-bundle.sh index b124d4a1..9265eeb9 100755 --- a/macosx/make-app-bundle.sh +++ b/macosx/make-app-bundle.sh @@ -72,10 +72,11 @@ create-dmg \ --icon "$APPNAME.app" 200 180 \ --app-drop-link 420 180 \ --hide-extension "$APPNAME.app" \ - --add-folder "Document" "$install/doc" 20 40 \ --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" \ "$install/$APPNAME.app" |