Skip to content
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

Can we change the Logo to our product logo on update dialog box..? #533

Closed
atulshelar opened this issue May 26, 2022 · 5 comments
Closed

Comments

@atulshelar
Copy link

image
Replacing that down arrow to our product logo..?

@atulshelar
Copy link
Author

atulshelar commented May 26, 2022

@ravibpatel can you please ans it......If it is not there is there any plan to include it..?

@ravibpatel
Copy link
Owner

You have to recompile the app to change it. There is no way to change it right now without recompiling.

@atulshelar
Copy link
Author

atulshelar commented May 26, 2022

image
Getting this errors on build @ravibpatel

@ravibpatel
Copy link
Owner

Disable signing from project properties of both AutoUpdater.NET and ZipExtractor. Also, edit both .csproj file of AutoUpdater.NET and ZipExtractor and change following line. Use .NET version you prefer.

<TargetFrameworks>net45;netcoreapp3.1;net5.0-windows</TargetFrameworks>

For .NET 5.0 change it to following.

<TargetFramework>net5.0-windows</TargetFramework>

@nazar322
Copy link

AutoUpdater.NET would be a perfect fit for me if not this.
Is there some specific reason there is no method like AutoUpdater.SetOwner for the image?
Skip... too bad...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants