aboutsummaryrefslogtreecommitdiff
path: root/distribution/macos/create_app_bundle.sh
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2023-02-25 12:30:48 +0100
committerGitHub <noreply@github.com>2023-02-25 12:30:48 +0100
commitf663a5cd38e0ac0191f5859ed5bc25f5a7a9a907 (patch)
tree9616ee5265310589315c37baf80905eebf77875e /distribution/macos/create_app_bundle.sh
parentf7c2e867f4e0c9067c0c88f58b5df4cef6ee4399 (diff)
macos: Add updater support (#4464)
This is a very basic updater but should be enough for now. --------- Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Diffstat (limited to 'distribution/macos/create_app_bundle.sh')
-rwxr-xr-xdistribution/macos/create_app_bundle.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/distribution/macos/create_app_bundle.sh b/distribution/macos/create_app_bundle.sh
index 8076303c..b62f3491 100755
--- a/distribution/macos/create_app_bundle.sh
+++ b/distribution/macos/create_app_bundle.sh
@@ -24,6 +24,7 @@ cp $PUBLISH_DIRECTORY/*.dylib $APP_BUNDLE_DIRECTORY/Contents/Frameworks
# Then resources
cp Info.plist $APP_BUNDLE_DIRECTORY/Contents
cp Ryujinx.icns $APP_BUNDLE_DIRECTORY/Contents/Resources/Ryujinx.icns
+cp updater.sh $APP_BUNDLE_DIRECTORY/Contents/Resources/updater.sh
cp -r $PUBLISH_DIRECTORY/THIRDPARTY.md $APP_BUNDLE_DIRECTORY/Contents/Resources
echo -n "APPL????" > $APP_BUNDLE_DIRECTORY/Contents/PkgInfo