Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Nov 14, 2020
1 parent 5237daa commit f487155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=$(grep '"version"' manifest.json | cut -d: -f2 | cut -d\" -f2)


# Clean up from previous releases
rm -rf *.tgz package SHA256SUMS lib
rm -rf *.tgz package SHA256SUMS lib *.sha256sum

if [ -z "${ADDON_ARCH}" ]; then
TARFILE_SUFFIX=
Expand All @@ -25,6 +25,7 @@ mkdir package
cp -r pkg shairport rpiplay LICENSE manifest.json *.py README.md package/
find package -type f -name '*.pyc' -delete
find package -type f -name '._*' -delete
find package -type f -name '.sha256sum' -delete
find package -type d -empty -delete

# Generate checksums
Expand Down

0 comments on commit f487155

Please sign in to comment.