diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 643f15d..190f4fe 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,6 +1,6 @@
# These are supported funding model platforms
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+github: iDescriptor
patreon: # Replace with a single Patreon username
open_collective: idescriptor
ko_fi: # Replace with a single Ko-fi username
diff --git a/README.md b/README.md
index 4b12bd4..4abae7c 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@
Open the `.dmg` and drag iDescriptor to Applications.
-Then run the code below after moving the app to Applications
+ After moving the app to Applications, run the code below
```shell
diff --git a/scripts/deploy-dmg.sh b/scripts/deploy-dmg.sh
index 2a0972f..d64e795 100755
--- a/scripts/deploy-dmg.sh
+++ b/scripts/deploy-dmg.sh
@@ -119,6 +119,8 @@ done
macdeployqt "${APP_PATH}" -qmldir=qml -verbose=2
+codesign --force --deep -s - "${APP_PATH}"
+
DMG_NAME="iDescriptor-${VERSION}-${PLATFORM_SUFFIX}.dmg"
create-dmg \
@@ -131,4 +133,4 @@ create-dmg \
--hide-extension "iDescriptor.app" \
--app-drop-link 425 190 \
"${BUILD_DIR}/${DMG_NAME}" \
- "${APP_PATH}"
\ No newline at end of file
+ "${APP_PATH}"