File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ cp ./bin/macos-client/* "$build_dir/naisdevice.app/Contents/MacOS/"
43
43
cp ./packaging/macos/jq-osx-amd64 " $build_dir /naisdevice.app/Contents/MacOS/jq"
44
44
cp ./packaging/macos/icons/naisdevice.icns " $build_dir /naisdevice.app/Contents/Resources/"
45
45
46
- sed " s/VERSIONSTRING/$version /" ./packaging/macos/Info.plist.tpl > " ${ build_dir} /naisdevice.app/Contents/Info.plist"
46
+ sed " s/VERSIONSTRING/$version /" ./packaging/macos/Info.plist.tpl > " $build_dir /naisdevice.app/Contents/Info.plist"
47
47
48
48
codesign -s " $app_cert " -f -v --timestamp --deep --options runtime " $build_dir /naisdevice.app/Contents/MacOS/" *
49
+ codesign -s " $app_cert " -f -v --timestamp --deep --options runtime " $build_dir /naisdevice.app/Contents/Info.plist"
49
50
50
51
# Build and sign pkg
51
52
mkdir -p " $build_dir /" {scripts/,pkgroot/}
You can’t perform that action at this time.
0 commit comments