diff --git a/Makefile.am b/Makefile.am index 00afe63..d9615fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,6 @@ EXTRA_DIST = \ dist/osx/launcher.sh \ dist/osx/spek.bundle \ dist/osx/spek.modules \ - dist/win/LICENSE.rtf \ dist/win/banner.bmp \ dist/win/bundle.sh \ dist/win/dialog.bmp \ diff --git a/dist/win/bundle.sh b/dist/win/bundle.sh index 6c8559e..f994e9d 100755 --- a/dist/win/bundle.sh +++ b/dist/win/bundle.sh @@ -90,7 +90,6 @@ rm *.wixpdb # Create a zip archive mv spek.exe Spek/bin/ -cp LICENSE.rtf Spek/ cp spek.ico Spek/ "$SZ_PATH"/7z a spek.zip Spek