diff --git a/QtScrcpy/res/Info_mac.plist b/QtScrcpy/res/Info_mac.plist
index 2ee571c..162e916 100644
--- a/QtScrcpy/res/Info_mac.plist
+++ b/QtScrcpy/res/Info_mac.plist
@@ -19,13 +19,13 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.1
+ 1.3.0
CFBundleSupportedPlatforms
MacOSX
CFBundleVersion
- 1.2.1
+ 1.3.0
LSMinimumSystemVersion
10.10
NSAppleEventsUsageDescription
diff --git a/ci/mac/package/dmg-settings.json b/ci/mac/package/dmg-settings.json
new file mode 100644
index 0000000..5dc842f
--- /dev/null
+++ b/ci/mac/package/dmg-settings.json
@@ -0,0 +1 @@
+{"icon-size": 120, "format": "UDZO", "title": "QtScrcpy", "compression-level": 9, "window": {"position": {"y": 200, "x": 400}, "size": {"width": 780, "height": 480}}, "background": "/Users/barry/mygitcode/QtScrcpy/ci/mac/package/dmg-background.jpg", "contents": [{"y": 227, "x": 223, "type": "file", "path": "/Users/barry/mygitcode/QtScrcpy/ci/mac/package/../../build/QtScrcpy.app"}, {"y": 227, "x": 550, "type": "link", "path": "/Applications"}]}
\ No newline at end of file