diff --git a/build.sh b/build.sh index 6c975c3..f02ee23 100755 --- a/build.sh +++ b/build.sh @@ -6,15 +6,15 @@ cp -p tclthemes/readme.md ScidDarkTheme cp -p LICENSE ScidDarkTheme cp -p -R tclthemes/sciddark ScidDarkTheme cp -p -R iconthemes/darkicons ScidDarkTheme -zip -r sciddarktheme_V$version.zip ScidDarkTheme +zip -r ScidDarkTheme_V$version.zip ScidDarkTheme rm -rf ScidDarkTheme mkdir ScidLightTheme cp -p tclthemes/pkgIndexLight.tcl ScidLightTheme/pkgIndex.tcl cp -p tclthemes/readme.md ScidLightTheme cp -p LICENSE ScidLightTheme cp -p -R tclthemes/scidlight ScidLightTheme -zip -r scidlighttheme_V$version.zip ScidLightTheme +zip -r ScidLightTheme_V$version.zip ScidLightTheme rm -rf ScidLightTheme cd iconthemes -zip -r ../scidDarkIcons_V$version.zip darkicons readme.md +zip -r ../ScidDarkIcons_V$version.zip darkicons readme.md cd ..