Skip to content

Commit ae629a4

Browse files
committed
Attempt Ten
1 parent 574d20f commit ae629a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_macos_silicon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
# wewmode
7373
# it seems signing the main exe as designated in the plist causes some sort of deep scan which fails again for our earlier non-binaries reason
7474
MAIN_EXE="$(pwd)/Hydrus Network.app/Contents/MacOS/hydrus_client"
75+
echo "The path is \"$MAIN_EXE\""
7576
tmp_exe="$(mktemp -t hydrus_client.XXXXXX)"
77+
echo "The path is \"$tmp_exe\""
7678
cp "$MAIN_EXE" "$tmp_exe"
7779
echo "Signing main exe in temp space"
7880
codesign -s - --force --timestamp=none --verbose=4 -- "$tmp_exe"

0 commit comments

Comments
 (0)