ocra icon indicating copy to clipboard operation
ocra copied to clipboard

Feature request: ruby.exe.manifest Support (XP visual style GUI support)

Open tetradice opened this issue 12 years ago • 0 comments

An ocra executable file is expanded to temporary folder at running. So really executed file is ruby.exe or rubyw.exe, not be exe file created by ocra. Therefore, .exe.manifest file and XP visual style are not enabled with ocra. (.exe.manifest file has effect to enable XP visual style for application, to controll windows privileges and others, when it is placed same an application's exe file)

Please support a function for bundling ruby.exe.manifest or rubyw.exe.support for XP visual style GUI.

Example

ocra --exe-manifest myapplication.exe.manifest myapplication.rb

=> myapplication.exe.manifest is renamed ruby.exe.manifest or rubyw.exe.manifest, and it is expanded to ocra temporary bin folder.

tetradice avatar Jul 04 '12 23:07 tetradice