Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: attempt 12
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 7, 2024
1 parent 88687f7 commit 75eee04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wails2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
run: |
echo "Signing Package"
gon -log-level=info ./build/darwin/gon-sign.json
gon -log-level=info ./build/darwin/gon-sign-1.json
env:
AC_USERNAME: ${{ secrets.APPLE_USERNAME }}
AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
Expand Down
9 changes: 9 additions & 0 deletions build/darwin/gon-sign-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"source": [
"./build/bin/AlbyHub.app/Contents/Frameworks/libglalby_bindings.dylib"
],
"bundle_id": "com.getalby.AlbyHub",
"sign": {
"application_identity": "Developer ID Application: Alby Inc."
}
}
10 changes: 3 additions & 7 deletions build/darwin/gon-sign.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"source": [
"./build/bin/AlbyHub.app",
"./build/bin/AlbyHub.app/Contents/Frameworks/libglalby_bindings.dylib",
"./build/bin/AlbyHub.app/Contents/Frameworks/libldk_node.dylib",
"./build/bin/AlbyHub.app/Contents/Frameworks/libbreez_sdk_bindings.dylib"
],
"source": ["./build/bin/AlbyHub.app"],
"bundle_id": "com.getalby.AlbyHub",
"sign": {
"application_identity": "Developer ID Application: Alby Inc."
"application_identity": "Developer ID Application: Alby Inc.",
"entitlements_file": "./build/darwin/entitlements.plist"
}
}

0 comments on commit 75eee04

Please sign in to comment.