Skip to content
This repository was archived by the owner on Mar 2, 2019. It is now read-only.
This repository was archived by the owner on Mar 2, 2019. It is now read-only.

remark #1

@rcqls

Description

@rcqls

Thanks for making rubyscript2exe working again!

I do not know if this really matters but I needed to add "-r 'rubygems.rb'" in the init.rb file since this file does not seem to be embedded in the newly built (rubyscript2exe) files. Maybe, it only depends on my specific install. Actually, that's work for me now in linux and Darwin environment.

The change applied in the rubyscript2exe/init.rb file

138c138

< command = backslashes("#{bindir1}/ruby") + " #{required.join(" ")} #{libs.join(" ")} -r '#{newlocation("require2lib.rb")}' '#{apprb}' #{verbose} #{quiet} #{argv.join(" ")}"

command = backslashes("#{bindir1}/ruby") + " -r 'rubygems.rb'" " #{required.join(" ")} #{libs.join(" ")} -r '#{newlocation("require2lib.rb")}' '#{apprb}' #{verbose} #{quiet} #{argv.join(" ")}"

Best,

Remy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions