Alexander Turinske
Alexander Turinske
@SujitSingh Also ensure the output path does not exceed the max amount of characters. Can you post your error, the options you are using, the file path to your folder,...
I am not sure you would want to build without them as It seems like `nupkg` files are [necessary for updating](https://github.com/Squirrel/Squirrel.Windows/blob/master/docs/getting-started/5-updating.md)
Electron saves its data in `%APPDATA%/../Local/yourapp` on Windows by default (`~/Library/Application\ Support/yourapp` on Mac). I do not think you can change that.
Same. Also, I get a delta.nupkg and full.nupkg for every version of my application up to the latest version (on v83 now, so that is ~160 nupkgs. Do y'all see...
Relates to #264
Commenting here because this seems to be the only place I can find where ppl are discussing mocking `eachPage`. I am having trouble simply getting `eachPage` to get called more...
@Matthias-Pichler , the truth is I mocked it without using aws-sdk-mock because there was no solution with aws-sdk-mock at the time. Instead I removed aws-sdk-mock and used sinon to achieve...