Bil Bas

Results 61 issues of Bil Bas

A better solution is provided in this workaround for Shoes: https://github.com/shoes/shoes/issues/163#issuecomment-3594354 ``` class Encoding %w[ASCII_8BIT US_ASCII UTF_16BE UTF_16LE UTF_32BE UTF_32LE].each do |ec| eval "#{ec} = '#{ec.sub '_', '-'}'" end unless...

bug

If the app is also a gem (gemfile calls #gemfile), then there is a circular dependency and things get messy. Thanks to jlnr for reporting!

bug

Something odd is afoot here! No idea why, but if you have a Gemfile like ``` source :rubygems gemspecs ``` Then Ocra fails, but if the same information is put...

bug

Download ruby.7z or gosu.app wrappers with another task. If it fails to find the files you specify in the config, then tell user to download them: "It looks like you...

feature

Unless an icon file exists (.ico) will fail without informing user of problem (unless in verbose mode).

bug

If you generate a new version of a build/package, (whether the existing one is broken or built correctly), then Releasy generally gets in a mess and either does nothing or...

bug

Seems to be that if releasy tries to use Ocra to build a release (:windows_standalone, :windows_folder, :windows_installer), it will fail if the application is also configured to be released as...

bug

Seems that if filenames have "odd characters" in them, then Releasy can complain of bad encoding. Not sure how easy/important this would be to fix. reported by rremedio http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?pid=5879

bug