vapoursynth / vsrepo

A simple package repository for VapourSynth
MIT License
113 stars 29 forks source link

Portable mode installs some plugins into subfolder #53

Closed theChaosCoder closed 6 years ago

theChaosCoder commented 6 years ago

vsrepo.py -p install grain -b asd This works like it should, addgrain.dll is in asd folder

vsrepo.py -p install w2xc -b asd w2xc.dll & Waifu2x-w2xc.dll end up in asd/Win64 folder

theChaosCoder commented 6 years ago

Actually this is also true for the non portable mode

myrsloik commented 6 years ago

Doh, I grab the wrong part to base the path off. Will fix in a minute

myrsloik commented 6 years ago

Figured out why. I grabbed the wrong filename in the vsrupdate script when adding new entries.