I'd like to deploy my Ruby application as an .exe file, for windows users. The application uses Tk for the GUI part.
Since I simply couldn't manage to succeed with rubyscript2exe I opted for ocra. Ocra works fine and builds a reasonable sized .exe. HOWEVER the application takes probably 10 seconds to start up. Even though it's really a quite simple tool.
Is there any way to improve startup-times? My guess is that the main issue is uncompressing the tk-libs on every startup...