From a7cc278a79fa8b6fa6f29eaa9f28b294da184386 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 2 Dec 2017 20:41:43 +0200 Subject: [PATCH] add info about fix-download-unicode --- Directory-Structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory-Structure.md b/Directory-Structure.md index 8bc24fa..ee948f0 100644 --- a/Directory-Structure.md +++ b/Directory-Structure.md @@ -169,7 +169,7 @@ Other files: * **[.eslintrc.json](https://github.com/wekan/wekan/tree/devel/.eslintrc.json)**: [ESLint](https://eslint.org/docs/user-guide/configuring) configuration; * **[.travis.yml](https://github.com/wekan/wekan/tree/devel/.travis.yml)**: configuration for [Travis CI](https://travis-ci.org/); * **[scalingo.json](https://github.com/wekan/wekan/tree/devel/scalingo.json)**: [Scalingo](https://scalingo.com/) is a deploy solution; -* **[fix-download-unicode](https://github.com/wekan/wekan/tree/devel/fix-download-unicode)**: `cfs_access-point.txt` from this folder is copied to `bundle/programs/server/packages/cfs_access-point.js` in Docker build and in snapcraft build; *XXX: reason unknown.* +* **[fix-download-unicode](https://github.com/wekan/wekan/tree/devel/fix-download-unicode)**: `cfs_access-point.txt` from this folder is copied to `bundle/programs/server/packages/cfs_access-point.js` in Docker build and in snapcraft build; This in monkey patch fix for [downloading files that have unicode in filename](https://github.com/wekan/wekan/issues/784) # Info