Ruby 为 Windows 打包的鞋子应用程序不显示图像

Ruby Shoes App packaged for Windows doesn't display images

当我为 Windows 图片打包鞋子应用程序时,它不起作用。我有这个非常简单的应用程序 (min_test.rb):

Shoes.app() 
{ 
  background "bg.jpg"
}

如果我通过 Shoes 运行 它工作正常,但是当我将它与 Shoes 打包以便我得到一个独立的 .exe 文件时,图像不会加载。文件夹内有以下内容:

min_test.rb
bg.jpg
min_test.exe (after packaging)

如果是Shoes3.3.1,确实,就linux也是。
控制台 (alt-/) 说 "couldn't find tmp.....bg.jpg" ?
(背景或图像)
请提交错误报告:https://github.com/Shoes3/shoes3/issues

编辑:对不起,稍等
如果 Shoes3.3.1 !
您必须先制作一个害羞的文件,然后再制作一个 exe,生成的 exe 将位于您的脚本和图像所在的目录之外。 按照这个:https://github.com/Shoes3/shoes3/wiki/Packaging
(注意:在 linux 和 Windows 上测试)