Skip to content

Commit

Permalink
Merge pull request #273 from owncloud/include-l10n-in-tarball
Browse files Browse the repository at this point in the history
Include l10n in tarball
  • Loading branch information
phil-davis authored Jul 10, 2020
2 parents 85f22c1 + 5edaad6 commit 9eae954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app_name=files_mediaviewer
build_dir=$(CURDIR)/build
dist_dir=$(build_dir)/dist
src_files=README.md LICENSE CHANGELOG.md
src_dirs=appinfo js templates
src_dirs=appinfo js l10n templates
all_src=$(src_dirs) $(src_files)

occ=$(CURDIR)/../../occ
Expand Down Expand Up @@ -56,6 +56,7 @@ distdir:
rm -rf $(dist_dir)
mkdir -p $(dist_dir)/$(app_name)
cp -R $(all_src) $(dist_dir)/$(app_name)
rm -Rf $(dist_dir)/$(app_name)/l10n/.tx

.PHONY: sign
sign:
Expand Down

0 comments on commit 9eae954

Please sign in to comment.