Skip to content

Commit a29b11e

Browse files
committed
chores
1 parent 8e269b6 commit a29b11e

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

.github/workflows/desktop_cd.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
apple-certificate: ${{ secrets.APPLE_CERTIFICATE }}
8181
apple-certificate-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
8282
keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}
83-
- run: |
84-
aws s3 cp s3://hyprnote-private/hyprnote-${{ env.RELEASE_CHANNEL }}.provisionprofile apps/desktop/src-tauri/assets/hyprnote-${{ env.RELEASE_CHANNEL }}.provisionprofile \
85-
--endpoint-url ${{ secrets.CLOUDFLARE_R2_ENDPOINT_URL }} \
86-
--region auto
87-
env:
88-
AWS_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
89-
AWS_SECRET_ACCESS_KEY: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
9083
- if: ${{ matrix.target == 'aarch64-apple-darwin' }}
9184
run: |
9285
aws s3 cp s3://hyprnote-cache2/v0/binaries/stt apps/desktop/src-tauri/binaries/stt-${{ matrix.target }} \

apps/desktop/src-tauri/tauri.conf.nightly.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"macOS": {
2323
"dmg": {
2424
"background": "assets/dmg-background-nightly.png"
25-
},
26-
"files": {
27-
"embedded.provisionprofile": "assets/hyprnote-nightly.provisionprofile"
2825
}
2926
}
3027
}

apps/desktop/src-tauri/tauri.conf.stable.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"bundle": {
1515
"resources": {
1616
"dlls/*": "./"
17-
},
18-
"macOS": {
19-
"files": {
20-
"embedded.provisionprofile": "assets/hyprnote-stable.provisionprofile"
21-
}
2217
}
2318
}
2419
}

apps/desktop/src-tauri/tauri.conf.staging.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"macOS": {
2323
"dmg": {
2424
"background": "assets/dmg-background-nightly.png"
25-
},
26-
"files": {
27-
"embedded.provisionprofile": "assets/hyprnote-staging.provisionprofile"
2825
}
2926
}
3027
}

0 commit comments

Comments
 (0)