File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ dist/ActivityWatch.dmg: dist/ActivityWatch.app
155
155
# Don't try to run this outside CI, it causes messes in your macos keychain
156
156
codesign-dmg : dist/ActivityWatch.dmg
157
157
./scripts/ci/import-macos-p12.sh
158
- codesign --verbose -s " aw_certificate" --deep dist/ActivityWatch.dmg
158
+ codesign --verbose -s aw_certificate --deep dist/ActivityWatch.dmg
159
159
160
160
package :
161
161
mkdir -p dist/activitywatch
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# Source: https://www.update.rocks/blog/osx-signing-with-travis/
3
- export KEY_CHAIN=aw- build.keychain
4
- export CERTIFICATE_P12=" aw_certificate"
3
+ export KEY_CHAIN=build.keychain
4
+ export CERTIFICATE_P12=aw_certificate
5
5
6
6
# Recreate the certificate from the secure environment variable
7
7
echo $CERTIFICATE_OSX_P12 | base64 --decode > $CERTIFICATE_P12
You can’t perform that action at this time.
0 commit comments