mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
Merge branch 'main' into dev
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user