We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae629a4 commit b6f87acCopy full SHA for b6f87ac
1 file changed
.github/workflows/release_macos_silicon.yml
@@ -71,7 +71,7 @@ jobs:
71
cd build/$(head -n 1 triple.txt)/release
72
# wewmode
73
# 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"
+ MAIN_EXE="Hydrus Network.app/Contents/MacOS/hydrus_client"
75
echo "The path is \"$MAIN_EXE\""
76
tmp_exe="$(mktemp -t hydrus_client.XXXXXX)"
77
echo "The path is \"$tmp_exe\""
0 commit comments