Skip to content

Commit

Permalink
Rename Releasefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe authored and Uwe committed Aug 27, 2023
1 parent 7c838f4 commit f6b8f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

0 comments on commit f6b8f25

Please sign in to comment.