We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6d09f commit 8c4bbf3Copy full SHA for 8c4bbf3
release-build.sh
@@ -90,7 +90,7 @@ if ! grep "DigiCert High Assurance EV Root" $INSTALL/x86/WinDivert32.sys \
90
then
91
echo "\t\033[33mWARNING\033[0m: unsigned WinDivert32.sys..."
92
fi
93
-if [ -d "$WINDIVERT64_SYS" ]
+if [ -e "$WINDIVERT64_SYS" ]
94
95
echo "\tcopy $INSTALL/x64/WinDivert64.sys..."
96
cp "$WINDIVERT64_SYS" $INSTALL/x86
0 commit comments