Skip to content
Snippets Groups Projects
Verified Commit 48dcfdfe authored by Sebastian's avatar Sebastian
Browse files

Make mac signing script work when run from any location

parent ba74614e
Branches
Tags
1 merge request!332MacOS
Pipeline #14965 passed
......@@ -8,10 +8,12 @@ PASSWORD="<password>"
IDENTITY="Mobanisto"
SOURCE="../briar-desktop/build/pinpit/binaries/main-default/macos/arm64/distributableArchive/Briar-arm64-0.4.2.zip"
DIR=$(dirname $0)
SOURCE="$DIR/../briar-desktop/build/pinpit/binaries/main-default/macos/arm64/distributableArchive/Briar-arm64-0.4.2.zip"
TARGET="Briar-release.zip"
APP="Briar.app"
ENTITLEMENTS_FILE="entitlements.plist"
ENTITLEMENTS_FILE="$DIR/entitlements.plist"
LOG="Briar.log"
ENTITLEMENTS=$(realpath "$ENTITLEMENTS_FILE")
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment