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

jar icon change to Nintendo Switch icon ? #96

Open
spotanjo3 opened this issue Jun 1, 2021 · 4 comments
Open

jar icon change to Nintendo Switch icon ? #96

spotanjo3 opened this issue Jun 1, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@spotanjo3
Copy link

I tried Pull requests but it won't let me. So I do it here if you don't mind.

Since .jar icon is ugly.. is there a way you can change to a nice looking icon for Nintendo Switch NS-USBloader ?

@developersu
Copy link
Owner

developersu commented Jun 1, 2021

For windows you can:
Download JDK and Maven.
Open pom.xml and uncomment Launch4j section (rust remove lines 231 and 273).
Run mvn package inside directory where pom.xml located at.
Once done get .exe file from 'target' directory with default app-icon.

Or you can just create .bat file with custom icon or just create a link or IDK.. there are few methods to make it =)

@developersu developersu added the enhancement New feature or request label Jun 1, 2021
@spotanjo3
Copy link
Author

spotanjo3 commented Jun 1, 2021

Great. I would like to know what is the correct resolution size and is it a must for .icn ? or .png ?

What about macOS version also ? It will be helpful for macOS user who dont have the Windows version. By the way, I have both, heh.

@developersu
Copy link
Owner

developersu commented Aug 26, 2021

Great. I would like to know what is the correct resolution size and is it a must for .icn ? or .png ?

ico format. In this case it's kinda a combination of the few sizes. Like 32x32 48x48 64x64 128x128.. I don't remember what is correct and what I used. Anyway I use this set inside app for icons =)
Of course correct answer is using vector file formats for these kind of things but I didn't take a look on that direction. Not even sure that it's possible in case of Launch4j.

EDIT: You can pick ico file from here if you want: https://github.com/developersu/ns-usbloader/blob/master/appicon.ico

What about macOS version also ? It will be helpful for macOS user who dont have the Windows version. By the way, I have both, heh.

Well.. I don't know. I have only virtual machine with macOS but it works so awful.. GUI mode of this app doesn't work in there for instance.

@dephunk
Copy link

dephunk commented Sep 15, 2021

Great. I would like to know what is the correct resolution size and is it a must for .icn ? or .png ?

What about macOS version also ? It will be helpful for macOS user who dont have the Windows version. By the way, I have both, heh.

Download the icon from above and follow this guide to do it on MacOS -
https://appleinsider.com/articles/21/01/06/how-to-change-app-icons-on-macos

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

No branches or pull requests

3 participants