Skip to content

Commit b6f87ac

Browse files
committed
Attempt Eleven
We are honing in on an answer
1 parent ae629a4 commit b6f87ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_macos_silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cd build/$(head -n 1 triple.txt)/release
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
74-
MAIN_EXE="$(pwd)/Hydrus Network.app/Contents/MacOS/hydrus_client"
74+
MAIN_EXE="Hydrus Network.app/Contents/MacOS/hydrus_client"
7575
echo "The path is \"$MAIN_EXE\""
7676
tmp_exe="$(mktemp -t hydrus_client.XXXXXX)"
7777
echo "The path is \"$tmp_exe\""

0 commit comments

Comments
 (0)