Francisco Vargas Ruiz
Francisco Vargas Ruiz
Hi @ykrasik! Sorry for my late reply... Yes, you are right, since JavaPackager is using the last why launcher version, but launcher.ini is not updated. Thanks! I'll fix it in...
Fixed in issue-250 branch.
Hi @Osiris-Team! JavaPackager is able to generate a ZIP (zipball) and TGZ (tarball) files with your app, so the user only has to extract the folder with the app, without...
Yes, there's a way, but it's not supported by JavaPackager (yet?). You can create a self extract and run EXE file from a ZIP file using 7z SDK. Take a...
Hi @EasyG0ing1! Yes, I agree with you ... but I think that this unwanted "litter" is stored in a temp directory, so it should be removed by the OS sooner...
> Does someone want to implement this feature? Do you want it?
Sorry for the misunderstanding ... I mean if you really want this feature, I'll be happy to implement it.
Ok, I plan to add this feature in v1.7.0, with some other requested features. Thanks!
Hi @qq253498229! Try with this config: ```xml io.github.fvarrui javapackager 1.6.7 ${mainClass} package package ${mainClass} true true false mac false UNIVERSAL ``` Take a look into the comments. Please, try it...
Hi @qq253498229! This problem is a bit weird ... I'll try to reproduce it. Please, can you try to downgrade JavaPackager version to 1.6.6?