-
Notifications
You must be signed in to change notification settings - Fork 7
Ugly Icon #27
Comments
No particular reason... Just something that hasn't been fixed yet. If your wiling to do it that would be amazing :) happy to push it out as soon as possible.
|
Ok, I've submit a pull request for your review. I used the asset generator in Visual Studio to spit out assets for all of the different icon sizes in the Notepad++ ICO, then selected the best versions to produce the final set. |
The test package is here fwiw too - https://ci.appveyor.com/api/buildjobs/bxqc6q9xxaeur8a3/artifacts/NightRise.NotepadWrapped_signed.x64.appx |
@neilt6 - there were 14 files in assets that wernt updated it seems (were missed in the merge / VS didn't create them). Any chance you can generate better quality copys of these:
Ill see what I can do as well, but mostly focusing on getting an update into the store for the latest bug fix build. |
@jakevis Sorry, I'll look into this ASAP. It's probably the manifest or resources.pri file, I overlooked updating those. |
@jakevis As for the missing sizes, I don't think they're required. At least Visual Studio doesn't generate them by default, and none of the apps I've published to the store have them. |
no issues at all; thanks for your help so far - it will make quite a number of people a lot happier im sure |
@jakevis Ok, I think I've found the problem. Visual Studio names the |
@neilt6 - ok excellent - let me do that now and re-build, thanks for checking |
@jakevis Also, a minor critique while we're editing the manifest: the |
Ok - so the component looks like this in the manifest now:
|
@jakevis Looks good to me, fingers crossed! |
no luck - atleast not on my machine... Ill go swap the names of the files around just incase there is something stupid in there. |
@jakevis Have you tried rebuilding |
@jakevis I just checked |
rebuilding that takes a little more effort.. since I need to go back to the desktop packaging tool and containers... [and ill need my other machine]. Appveyor can compile the exe and dll.. and run makeappx, but anything more than that need to go back to a local build... let see how this build looks - it might work if there are just references in there. |
@jakevis Renaming the files might fix the issue at hand, but the extra assets might not be used until |
You should be able to rebuild
|
yep - just found that here: https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion
But lets see if this fixes it first (and i might be able to script that build in appveyor) |
@jakevis The optional unplated assets are there, Visual Studio just uses a slightly different naming convention for them: |
oops - that commit shouldn't have closed... and yes, this naming is a PITA ;) wish VS + Desktop converter used the same naming ;) |
@jakevis Sorry this turned into a bit of a hassle, I should have paid more attention to the naming when I created my original PR. |
all good - I learned some new things. am backing out the pri thing for the moment though.. that needs more testing, and I might need to restructure the build a little bit |
its looking a lot better to me 👍 |
Thanks for your help with this one @neilt6
|
Is there a reason this version is using an ugly poorly-scaled version of the Notepad++ icon? If not, I wouldn't mind rebuilding the visual assets and submitting a pull request.
The text was updated successfully, but these errors were encountered: