Skip to content

Commit

Permalink
macOS: Source entitlements from Git repo misc/dist/osx
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Oct 21, 2021
1 parent bcd0bd1 commit 35635a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
12 changes: 0 additions & 12 deletions build-macosx/editor.entitlements

This file was deleted.

18 changes: 0 additions & 18 deletions build-macosx/editor_mono.entitlements

This file was deleted.

2 changes: 1 addition & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sign_macos() {
fi

scp "${_reldir}/${_binname}.zip" "${OSX_HOST}:${_osx_tmpdir}"
scp "${basedir}/build-macosx/${_entitlements}" "${OSX_HOST}:${_osx_tmpdir}"
scp "${basedir}/git/misc/dist/osx/${_entitlements}" "${OSX_HOST}:${_osx_tmpdir}"
ssh "${OSX_HOST}" "
cd ${_osx_tmpdir} && \
unzip ${_binname}.zip && \
Expand Down

0 comments on commit 35635a3

Please sign in to comment.