Skip to content

Commit

Permalink
Add missing files in windows archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Jan 14, 2010
1 parent 4ad52ab commit de8efd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Roel Verdult <[email protected]>
Romuald Conty <[email protected]>
5 changes: 5 additions & 0 deletions make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de8efd6

Please sign in to comment.