prettydiff / biddle

Self-hosted application distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download path is relative to CWD instead of project

prettydiff opened this issue · comments

With this defect if the project is located at /user/myProject and the project download location is /user/myProject/downloads. Biddle will correctly read the download location as a relative path, but incorrectly associate it relative to the current working directory. If your current directory is /applications/tools/awesometool and you attempted to run biddle publish ../../../user/myProject the files will write to /applications/tools/awesometool/downloads instead of /user/myProject/downloads.