Browse Source

Fix incorrect filename specified in release build start arguments for Ruby WPF project template.

pull/23/head
Matt Ward 15 years ago
parent
commit
5401352108
  1. 2
      src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Templates/WPFApplication.xpt

2
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Templates/WPFApplication.xpt

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
<PropertyGroup configuration="Release" escapeValue="false">
<OutputType>WinExe</OutputType>
<MainFile>Application.rb</MainFile>
<StartArguments>--disable-gems Application.py</StartArguments>
<StartArguments>--disable-gems Application.rb</StartArguments>
<StartWorkingDirectory>.\</StartWorkingDirectory>
<StartAction>Program</StartAction>
<StartProgram>${addinpath:ICSharpCode.RubyBinding}\ir.exe</StartProgram>

Loading…
Cancel
Save