Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Remove binaries from the releases + include st
Browse files Browse the repository at this point in the history
  • Loading branch information
Toasterbirb committed May 16, 2023
1 parent 0d87bfb commit dfff628
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ version=1.0.0

# Create temprary directory for the release
mkdir -p ./dde
cp -rv ./dwm ./dwmblocks ./dmenu ./slock ./dde/
cp -rv ./dwm ./dwmblocks ./dmenu ./slock ./st ./dde/

# Remove binaries
rm -vf ./dde/dmenu/{dmenu,stest}
rm -vf ./dde/dwm
rm -vf ./dde/dwmblocks/dwmblocks
rm -vf ./dde/slock/slock
rm -vf ./dde/st/st

# Remove config files
rm -vf ./dde/dwm/config.h
rm -vf ./dde/dwmblocks/blocks.h
rm -vf ./dde/dmenu/config.h
rm -vf ./dde/slock/config.h
rm -vf ./dde/st/config.h

# Pack it up
tar -czvf dde-${version}.tar.gz ./dde
Expand Down

0 comments on commit dfff628

Please sign in to comment.