-
-
Notifications
You must be signed in to change notification settings - Fork 198
Windows packages increased in size #713
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
Comments
Agree on that one, I have noticed it too. The issue comes from the migration of the CI, we are building now on Github Actions and here the Qt version is higher and so is the windeployqt, which selected the dependencies for our build. Simply deleting worked for the exe but msi is more problematic because it's packaged in one operation. I'll see what I can do here, eventually going with an older Qt version. |
Pushed a fix for the exe package, let's see if it works. |
Looks indeed smaller, can you check out if the exe is starting? |
Yes it does start and does work normally, screen: I tested in on Windows 8 (x64) and I did not encounter any problems. Regards |
Reduced msi package too. |
@DamirPorobic
I was surprised to see that within a single minor release (from version 1.9.0 to version 1.9.1) the Windows version of ksnip had become 3 to 4 times bigger in size:
I saw that the main culprits for this tremendous increase in size are these:
I think that Microsoft Visual C++ 2015-2019 Redistributable should not be included in the in the program, while ksnip seems to be working fine without OpenGL library, What do you think?
I am not nagging, I am sure that you are doing your best to improve the program and I know that efficiency with cross-platform software is unattainable yet I think that 81.3 MB (uncompressed) for a screen capture program is too much, it looks unsavoury and even scary as it begins to resemble Electron monstrosities in size.
Regards
The text was updated successfully, but these errors were encountered: