Skip to content

Commit

Permalink
Include l10n in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 10, 2020
1 parent 85f22c1 commit 5edaad6
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 5edaad6

Please sign in to comment.