From 54013521084df3d9c74e0920181c78f6296b9da6 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Tue, 27 Sep 2011 22:16:32 +0100 Subject: [PATCH] Fix incorrect filename specified in release build start arguments for Ruby WPF project template. --- .../Ruby/RubyBinding/Project/Templates/WPFApplication.xpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Templates/WPFApplication.xpt b/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Templates/WPFApplication.xpt index a165b84dce..dde2f040bb 100644 --- a/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Templates/WPFApplication.xpt +++ b/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Templates/WPFApplication.xpt @@ -28,7 +28,7 @@ WinExe Application.rb - --disable-gems Application.py + --disable-gems Application.rb .\ Program ${addinpath:ICSharpCode.RubyBinding}\ir.exe