Skip to content

Commit 8c4bbf3

Browse files
committed
Fix #175
1 parent cb6d09f commit 8c4bbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if ! grep "DigiCert High Assurance EV Root" $INSTALL/x86/WinDivert32.sys \
9090
then
9191
echo "\t\033[33mWARNING\033[0m: unsigned WinDivert32.sys..."
9292
fi
93-
if [ -d "$WINDIVERT64_SYS" ]
93+
if [ -e "$WINDIVERT64_SYS" ]
9494
then
9595
echo "\tcopy $INSTALL/x64/WinDivert64.sys..."
9696
cp "$WINDIVERT64_SYS" $INSTALL/x86

0 commit comments

Comments
 (0)