-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update url on a network storage / unc path #1175
Comments
The last issue was resolved with resolution. The UNC path that was being used was incorrect, it needed two slashes at the beginning in order to be valid. Do you have two slashes and are they properly escaped? |
Are you ending the path with a slash? Explorer likes to do that but Squirrel probably doesn't |
This is still a problem. A path like |
@nallar Yep. Are you passing a path to a Folder, or to a RELEASES file - it should be a path to a Folder |
It is a folder called Releases, which contains a file called RELEASES. This matches the structure in https://github.com/Squirrel/Squirrel.Windows/blob/master/docs/getting-started/2-packaging.md |
@nallar Sounds like you're doing things right, I'd debug through Squirrel.exe with the --update parameter set to see what's going on |
Looks like I'm facing that same issue. Mine is looking like:
Tried both with and without trailing slash, none worked. |
Interestingly while the file URL above does not work the corresponding Windows UNC path works just file:
|
@soraryu are you still experiencing this issue with the latest version of Squirrel? |
Haven't been able to test this and had to move on to other topics, sorry. Would be great if someone else could test. |
I am also facing the same issue. My UNC path looks like |
@ussha109 That is not a UNC path, you're missing a slash. File URLs aren't supported. Use a regular, correctly formatted UNC path |
This had been mentioned before but the issue seems to have been closed without resolution.
Local file system works well, but a properly configured UNC path (if I paste that path into explorer it works) never finds updates. Pretty annoying for local deployment.
The original issue is #730.
The text was updated successfully, but these errors were encountered: