Skip to content

Commit

Permalink
[fix] Makefile's Zip target
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Mar 16, 2023
1 parent 50aa76b commit 0130933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ builds/$(PROJECT_NAME)-$(VERSION).zip:
@rm -f ./builds/$(PROJECT_NAME)-$(VERSION).zip
cd ..; zip -r -FS $(PROJECT_NAME)/builds/$(PROJECT_NAME)-$(VERSION).zip $(PROJECT_NAME) \
--exclude "$(PROJECT_NAME)/.*" \
--exclude "$(PROJECT_NAME)/*.po.bak" \
--exclude "$(PROJECT_NAME)/*.bak" \
--exclude "$(PROJECT_NAME)/*.*~" \
--exclude "$(PROJECT_NAME)/*.orig" \
--exclude "$(PROJECT_NAME)/builds/*" \
--exclude "$(PROJECT_NAME)/doc/*" \
--exclude "$(PROJECT_NAME)/vendor/*" \
--exclude "$(PROJECT_NAME)/composer.json" \
--exclude "$(PROJECT_NAME)/compose.lock" \
--exclude "$(PROJECT_NAME)/composer.lock" \
--exclude "$(PROJECT_NAME)/Makefile" \
--exclude "$(PROJECT_NAME)/create-gh-release.sh" \
--exclude "$(PROJECT_NAME)/bump-version.sh"; cd $(PROJECT_NAME)
Expand Down

0 comments on commit 0130933

Please sign in to comment.