Add missing files in windows archive.
This commit is contained in:
parent
4ad52aba57
commit
de8efd6855
2 changed files with 6 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -1 +1,2 @@
|
|||
Roel Verdult <roel@libnfc.org>
|
||||
Romuald Conty <romuald@libnfc.org>
|
||||
|
|
|
@ -37,6 +37,11 @@ if [ ! -f $LIBNFC_WINDOWS_ARCHIVE ]; then
|
|||
# Export windows files
|
||||
svn export win32 $LIBNFC_WINDOWS_DIR/win32
|
||||
|
||||
# Copy important files
|
||||
cp AUTHORS $LIBNFC_WINDOWS_DIR/
|
||||
cp LICENSE $LIBNFC_WINDOWS_DIR/
|
||||
cp README $LIBNFC_WINDOWS_DIR/
|
||||
|
||||
# Build archive
|
||||
zip -r $LIBNFC_WINDOWS_ARCHIVE $LIBNFC_WINDOWS_DIR
|
||||
rm -rf $LIBNFC_WINDOWS_DIR
|
||||
|
|
Loading…
Reference in a new issue