DavidBrainard / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
MIT License
11 stars 4 forks source link

Should be able to modify RecipeAPI file names. #54

Closed benjamin-heasly closed 9 years ago

benjamin-heasly commented 10 years ago

Currently, the RecipeAPI packs up recipes in a zip archive with the same name as the recipe itself. It expects the archive name and recipe name to be the same when it unpacks the recipe.

This causes unpacking to fail, if the archive name was changed between packing and unpacking.

The recipe API should be able to unpack archives with arbitrary names, regardless of the name of the packed up recipe.