We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fb151 commit 978a531Copy full SHA for 978a531
Makefile
@@ -110,7 +110,7 @@ app: wg wireguard-go macos-icon macos-client
110
cp packaging/macos/jq-osx-amd64 naisdevice.app/Contents/MacOS/jq
111
cp packaging/macos/icons/naisdevice.icns naisdevice.app/Contents/Resources
112
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/*
+ codesign -s "Developer ID Application: Arbeids- og velferdsetaten (GC9RAU27PY)" -f -v --timestamp --deep --options runtime naisdevice.app/Contents/MacOS/*
114
115
test:
116
@go test $(shell go list ./... | grep -v systray) -count=1
0 commit comments