mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-17 21:13:46 +00:00
Add missing files in windows archive.
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -1 +1,2 @@
|
|||||||
Roel Verdult <roel@libnfc.org>
|
Roel Verdult <roel@libnfc.org>
|
||||||
|
Romuald Conty <romuald@libnfc.org>
|
||||||
|
|||||||
@@ -37,6 +37,11 @@ if [ ! -f $LIBNFC_WINDOWS_ARCHIVE ]; then
|
|||||||
# Export windows files
|
# Export windows files
|
||||||
svn export win32 $LIBNFC_WINDOWS_DIR/win32
|
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
|
# Build archive
|
||||||
zip -r $LIBNFC_WINDOWS_ARCHIVE $LIBNFC_WINDOWS_DIR
|
zip -r $LIBNFC_WINDOWS_ARCHIVE $LIBNFC_WINDOWS_DIR
|
||||||
rm -rf $LIBNFC_WINDOWS_DIR
|
rm -rf $LIBNFC_WINDOWS_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user