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 2f1934c commit 903ceebCopy full SHA for 903ceeb
sdk-installer/release.sh
@@ -80,8 +80,9 @@ fileList="etc/nsswitch.conf \
80
usr/bin/gpg.exe \
81
usr/bin/chmod.exe \
82
usr/bin/wc.exe \
83
+ usr/bin/find.exe \
84
$(dlls_for_exes /usr/bin/gpg.exe /usr/bin/curl.exe /usr/bin/chmod.exe \
- /usr/bin/wc.exe) \
85
+ /usr/bin/wc.exe /usr/bin/find.exe) \
86
usr/ssl/certs/ca-bundle.crt \
87
var/lib/pacman \
88
$FAKEROOTDIR/setup-git-sdk.bat $FAKEROOTDIR/etc $FAKEROOTDIR/usr"
0 commit comments