mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1044] [Feature Request] Make it more portable #788
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stla on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1044
Originally assigned to: @NickeManarin on GitHub.
Hello,
I wanted to upgrade ScreenToGif (my favorite GIF recorder) but now it requires NET. I don't have admin rights on my laptop so I'm using ScreenToGif portable, but NET requires admin rights. That is sad.
@NickeManarin commented on GitHub (Jan 7, 2022):
Hi, ScreenToGif was never truly portable.
Older versions required .NET Framework 4.8, which was installed by default.
In order for it to be truly portable, the download size will go up to 78MB.
I could add that download option in future releases.
@SoftwUser commented on GitHub (Jan 8, 2022):
@NickeManarin
That would be cool. I don't care much about portability - but bundling ScreenToGif with the needed .NET6 files insetad of requiring a systemwide .NET6 install would be very welcome. Other popular software (such as paint.net) already go this way.
@NikolajPagh commented on GitHub (Jan 8, 2022):
I am here to second that motion. Was quite surprised to see that I needed to install some additional .net software in order to use ScreenToGif. This is soo sad.
From a developer point of view, WHY do you need the newer .Net framework - What part of it, is it that you need ?
@NickeManarin commented on GitHub (Jan 10, 2022):
Right.
Let's use the right terms here, it's not sad, it's just inconvenient for you.
There was always the requirement to have installed .NET Framework, you just already had it installed.
I can make it more convenient, but the file size will go to 140MB (78MB compressed) and the update system won't work the same way that it works now.
Also, I don't need to explain myself as to why I did something with my project (but it's easy to guess why or easy to search for .NET Framework to .NET 6 comparisons online).
@NickeManarin commented on GitHub (Jan 31, 2022):
Next version (v2.36) will be distributed with a Full and Light package types.
The updater will know how to handle each installation mode.
Also, I'll distribute the app as an msix package.