mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
fix to .app only
This commit is contained in:
parent
d51714f473
commit
bf680850a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/m1.yml
vendored
2
.github/workflows/m1.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
- name: Codesign package
|
- name: Codesign package
|
||||||
run: |
|
run: |
|
||||||
codesign -s "Developer ID Application: Tea Inc. (7WV56FL599)" -v --force --deep --timestamp --preserve-metadata=entitlements -o runtime ./modules/gui/src-tauri/target/release/bundle/macos/tea.app/* || true
|
codesign -s "Developer ID Application: Tea Inc. (7WV56FL599)" -v --force --deep --timestamp --preserve-metadata=entitlements -o runtime ./modules/gui/src-tauri/target/release/bundle/macos/tea.app || true
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: zip app
|
- name: zip app
|
||||||
|
|
Loading…
Reference in a new issue