Skip to content

Commit 9e49f16

Browse files
fix: add adhoc sign
1 parent 8160949 commit 9e49f16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ jobs:
185185
</dict>
186186
</plist>
187187
EOF
188+
- name: Ad-hoc sign app bundle
189+
run: |
190+
codesign --force --deep -s - CeleMod.app
188191
- name: Create DMG (optional)
189192
run: |
190193
create-dmg --volname "CeleMod" --volicon "./resources/icon.icns" --window-pos 200 120 --window-size 800 400 --icon-size 100 --app-drop-link 600 185 "CeleMod.dmg" "CeleMod.app" || true

0 commit comments

Comments
 (0)