Open spotanjo3 opened 3 years ago
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 =)
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.
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.
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
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 ?