williamtroup/Calendar.js

Permissions of dist/ and dist/translations/

Closed this issue · 3 comments

Describe the bug
Permissions of dist/ and dist/translations/ are drwx------. This makes the contents of this folders unaccessible for my server.

To Reproduce
Steps to reproduce the behavior:

  1. Download the calendar-js-2.10.17.zip
  2. Create a folder and unzip it there
  3. run ls -l to view the permissions
wget https://calendar-js.com/downloads/calendar-js-2.10.17.zip
mkdir test
mv calendar-js-2.10.17.zip test
cd test
unzip calendar-js-2.10.17.zip
ls -l

Expected behavior
Reading permissions for all users is expected.

Additional context
I fix it manually using

chmod 755 dist dist/translations

Will be fixed in v2.10.18.

Ok. same for src/ src/foundation src/foundation/buutons src/foundation/menus src/foundation/small

OK, will get those updated as well.