diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 15:19:25 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 15:19:25 +0200 |
commit | e03654f84c29ea7909bbd9559e19ea6b4e5b4731 (patch) | |
tree | c122d32c45c9be3255faf43c180b1d51f9cffd11 /build_mingw_binaries.sh | |
parent | 1a38093af568c7a738e44f6f3e68175a7c86167a (diff) | |
download | experiment-player-e03654f84c29ea7909bbd9559e19ea6b4e5b4731.tar.gz |
install new screenshot images and package them in windows Zip distributions
* also include session.dtd since we refer to it in the documentation
Diffstat (limited to 'build_mingw_binaries.sh')
-rwxr-xr-x | build_mingw_binaries.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_mingw_binaries.sh b/build_mingw_binaries.sh index 36576ae..254f214 100755 --- a/build_mingw_binaries.sh +++ b/build_mingw_binaries.sh @@ -19,8 +19,9 @@ make install DESTDIR=$TEMP_TREE # copy experiment-player files cp $TEMP_TREE/usr/bin/* $TEMP_ZIP -cp $TEMP_TREE/usr/share/doc/experiment-player/* $TEMP_ZIP/doc +cp -r $TEMP_TREE/usr/share/doc/experiment-player/* $TEMP_ZIP/doc cp $TEMP_TREE/usr/share/experiment-player/*.ui $TEMP_ZIP/ui +cp $TEMP_TREE/usr/share/libexperiment-reader/session.dtd $TEMP_ZIP # copy required DLLs (except GTK+) cp /mingw/bin/libvlc*.dll $TEMP_ZIP |