diff --git a/polymer/eduke32/samples/tiles.cfg b/polymer/eduke32/tiles.cfg similarity index 100% rename from polymer/eduke32/samples/tiles.cfg rename to polymer/eduke32/tiles.cfg diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 8bd852fdf..40520d1fe 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -10,7 +10,7 @@ clean=veryclean # the following file paths are relative to $source targets=( eduke32.exe mapster32.exe ) -bin_packaged=( eduke32.exe eduke32.debug.exe mapster32.exe mapster32.debug.exe backtrace.dll libiconv2.dll libintl3.dll SEHELP.HLP STHELP.HLP names.h buildlic.txt GNU.TXT m32help.hlp nedmalloc.dll samples/* ) +bin_packaged=( eduke32.exe eduke32.debug.exe mapster32.exe mapster32.debug.exe backtrace.dll libiconv2.dll libintl3.dll SEHELP.HLP STHELP.HLP names.h buildlic.txt GNU.TXT m32help.hlp nedmalloc.dll tiles.cfg samples/* ) not_src_packaged=( psd source/jaudiolib/third-party/vorbis.framework/Versions/A/vorbis Apple ) # group that owns the resulting packages