-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add chocolatey/Squirrel support. #452
Comments
Would you like to have a go at a pull request? :) |
I'm sorry, but I didn't understand. Also, I don't know how to create a chocolatey package but I'll try and hopefully open a pull request. But I just wanted to know if that is even possible in this project as this application installs as a ClickOnce app. So, I want to conform that is it possible or not, then I'll try creating a package on my own. Thank You 👍 |
What would be good is https://github.com/Squirrel/Squirrel.Windows for updates. Then chocolatey would be the initial install then squirrel would take over, just like Atom editor from github. @shiftkey what are the best resources to read up about doing this? |
I think that can cause problems for both the user and the developer. Doesn't the developer has to configure his application to be deployed via two different ways, also the user can get confused(can't get the right word here) if s/he has to use two different ways. Why don't we choose any one and only whether it be chocolatey or Squirrel? P.S. - I just found out you are already hosting MarkPad in chocolatey gallery, then why did you asked me for a pull request? |
I forgot about that, I assumed we didn't have it because you opened this issue :) Squirrel has in app updates which is quite nice, rather than having to drop to the command line. |
Okay, as you already have chocoloatey support, I'll try to work on Squirrel. Since I'm new to this, please bear with me if it gets late or not done properly. 🙇 |
Start here: https://github.com/Squirrel/Squirrel.Windows/blob/master/docs/getting-started.md |
Sorry, for not replying after such a long time. |
Let's retarget to 4.5. Even though it's no longer supported for security updates (and Windows XP doesn't support 4.5) I think it's a reasonable thing to do. |
I don't whether that was sarcasm or not, but AFAIK, support for .NET4 (current target) has also already ended. Also, not many users of this app(or any other app) are on XP. And to be on the safe side, we can re-target to 4.5.2, which will be supported till Windows 8.1 Update. (I really don't know much about which framework to target.) |
@devkhan I wasn't meaning to be sarcastic there - apologies if it came across as such. The reason why I suggest 4.5 is that there's an open issue with Squirrel bootstrapping for versions of the .NET Framework beyond 4.5 - which potentially means users won't get the right version of the framework and the app won't launch. Squirrel/Squirrel.Windows#188 discusses the options available to workaround this. None of it's easy at this point 😢 |
Thanks @shiftkey for clearing it out. I'm also sorry if I came across as taking any shots. I will take a look at it and see what are the possibilities. |
Please add installation via the chocolatey package manger, if possible.
The text was updated successfully, but these errors were encountered: