Merge branch 'main' into dev

This commit is contained in:
uncor3
2026-01-04 22:50:26 +00:00
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -70,7 +70,7 @@
Open the `.dmg` and drag iDescriptor to Applications.
<br/>
Then run the code below after moving the app to Applications
After moving the app to Applications, run the code below
<br/>
```shell
+3 -1
View File
@@ -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}"
"${APP_PATH}"