-
Notifications
You must be signed in to change notification settings - Fork 96
iconUrl should accept local files #73
Comments
If you use a local .ico file, it'll only work on your computer - the Squirrel installer downloads the icon for the uninstaller on-install. This isn't ideal, but it's how it works right now |
So why can't icon be distributed with application package?
Why can't icon be integrated into installer? |
Because IconURL is a URL, and if you specify things that aren't URLs, NuGet will blow up. I suppose we could try a |
@paulcbetts anything.. as long as we can assign some sort of icon to local path :) |
Well, it's not possible right now because of nuget limitations. Feel free to open issue agains nuget or squirrel.windows. |
can we reopen this? this is still an issue on private networks with no access to the internet |
Same issue on local network |
setupIcon
does accept a local .ico file, is there any reason why it can't be the same foriconUrl
(which should just be namedicon
then)?The text was updated successfully, but these errors were encountered: