johnolafenwa / DeepStack

The World's Leading Cross Platform AI Engine for Edge Devices
Apache License 2.0
673 stars 106 forks source link

Add full path to dependencies download #153

Open MaleNurse opened 2 years ago

MaleNurse commented 2 years ago

PS's DownloadFile cmdlet was downloading to the desktop rather than the script directory, which broke the expand and remove actions when they couldn't find the file. Declared new var that concats script path and dependency name and then uses that for the remainder of actions.

johnolafenwa commented 2 years ago

Thanks for the fix @MaleNurse