Skip to content

Commit 978a531

Browse files
committed
sign app with new cert as well
1 parent d3fb151 commit 978a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ app: wg wireguard-go macos-icon macos-client
110110
cp packaging/macos/jq-osx-amd64 naisdevice.app/Contents/MacOS/jq
111111
cp packaging/macos/icons/naisdevice.icns naisdevice.app/Contents/Resources
112112
sed 's/VERSIONSTRING/${VERSION}/' packaging/macos/Info.plist.tpl > naisdevice.app/Contents/Info.plist
113-
codesign -s "Developer ID Application: Torbjorn Hallenberg (T7D7Y5484F)" -f -v --timestamp --deep --options runtime naisdevice.app/Contents/MacOS/*
113+
codesign -s "Developer ID Application: Arbeids- og velferdsetaten (GC9RAU27PY)" -f -v --timestamp --deep --options runtime naisdevice.app/Contents/MacOS/*
114114

115115
test:
116116
@go test $(shell go list ./... | grep -v systray) -count=1

0 commit comments

Comments
 (0)