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 574d20f commit ae629a4Copy full SHA for ae629a4
1 file changed
.github/workflows/release_macos_silicon.yml
@@ -72,7 +72,9 @@ jobs:
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"
75
+ echo "The path is \"$MAIN_EXE\""
76
tmp_exe="$(mktemp -t hydrus_client.XXXXXX)"
77
+ echo "The path is \"$tmp_exe\""
78
cp "$MAIN_EXE" "$tmp_exe"
79
echo "Signing main exe in temp space"
80
codesign -s - --force --timestamp=none --verbose=4 -- "$tmp_exe"
0 commit comments