Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-08-23 20:04:10 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-08-24 03:21:03 +0300
commit031144e90260f05fafc8299cf69cdbb15dce92a9 (patch)
tree66cfa3b9d09d329774b9bfc39132def85f9ae280 /scripts
parentb2102a519c090133d4b65bf67098d0edee41d0f6 (diff)
Use 'DOSBox Staging.app' on macOS per Human Interface Guidelines
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-package.sh b/scripts/create-package.sh
index 474efd7cc..392ef002a 100755
--- a/scripts/create-package.sh
+++ b/scripts/create-package.sh
@@ -240,7 +240,7 @@ if [ "$platform" = "macos" ]; then
usage
exit 1
fi
- macos_dst_dir=${pkg_dir}/dist/dosbox-staging.app/Contents
+ macos_dst_dir="${pkg_dir}/dist/DOSBox Staging.app/Contents"
fi
if [ "$platform" = "msvc" ] && [ -z "$VC_REDIST_DIR" ]; then