prettydiff / biddle

Self-hosted application distribution
MIT License
66 stars 4 forks source link

Download path is relative to CWD instead of project #20

Closed prettydiff closed 7 years ago

prettydiff commented 7 years ago

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.