ocra
ocra copied to clipboard
One-Click Ruby Application Builder
First I want to say that Ocra is a great tool, it solves a real problem in a very clever way 😄. However, at work we've come across a limitation...
I havn't require prawn, the iss file as fellowing: [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for...
I Have Enjoyed using this package for years with ruby. One day when i was on GitHub, I found this repository. When I looked at the README, I noticed that...
When I run ocra: ocra xlsx2dxf.rb --no-lzma --chdir-first --innosetup xlsx2dxf.iss --windows I got xlsx2dxf.iss: inno setup installer creation failed: undefined method encode for #
Versions: - Windows: 7 and 10 alike - Ruby: 2.7.0 and before - Ocra: 1.3.10 Default windows temp directory is `C:\Users\\AppData\Local\Temp`. It is a known issue that Ruby does not...
First of all, let me thank you for your great work. This is a bug fix for a corner case. Issue: * When I ran multiple *.exe files simultaneously, which...
I don't know fro what reason, but the Byte sizes where incorrect, resulting in false stubs. The pack method has been changed to `m0`, resulting in one-liner stubs, which are...
The latest bundler doesn't reload the environment when load.specs is called (it's memoized), so the gemfile option is not respected. Update to recent bundler, and make it possible to use...
the actual script script works, it compiles but when I execute the exe it runs but theres a error and then it exits... I tired numerous things. - debug arg...
_Since ruby >= 2.4, sqlite3 needs mingw64 for installation on windows. There's any "good" way to add mingw64 dependency to ocra generated bin?_