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