diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index 16434f268..971328990 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - X11 + X11.sh CFBundleGetInfoString APPLE_APPLICATION_NAME CFBundleIconFile diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index e765d6e41..03fa1ddb1 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -17,6 +17,7 @@ resource_DATA = Xquartz.plist EXTRA_DIST = \ mk_bundke.sh \ + X11.sh \ Info.plist.cpp \ PkgInfo \ $(resource_DATA) \