adventuregamestudio / ags

AGS editor and engine source code
Other
672 stars 159 forks source link

Fix editor android keystore gen #2394

Closed ericoporto closed 1 month ago

ericoporto commented 1 month ago

fixing a few errors in the android keystore gen process.

doing this as a quick answer to the issue here: https://www.adventuregamestudio.co.uk/forums/advanced-technical-forum/generate-android-keystore-error/msg636662764/#msg636662764

I would like to add a few more things to make it visually more obvious in the preferences screen and maybe block keygen screen until jdk path is properly filled but I don't have a good idea on that side yet and the things I am fixing here felt quite obvious to fix.

Ah, I think keytool is the only thing I am running hiding the output. The window doesn't show because it doesn't pause on error... This is minor now because I pre-checking things, but in the future when we have command line tools it will be nice to have somewhere to just spit all stderr/stdout texts to, but I don't know how this should work.