Skip to content

Commit

Permalink
Merge pull request sonic-pi-net#810 from jweather/win28
Browse files Browse the repository at this point in the history
use Sonic Pi's ruby to build docs in win-build-app.bat
  • Loading branch information
samaaron committed Nov 20, 2015
2 parents f0855a3 + 10b35aa commit 921ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui/qt/win-build-app.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cd %~dp0

copy /Y ruby_help.tmpl ruby_help.h
ruby ../../server/bin/qt-doc.rb -o ruby_help.h
..\..\server\native\windows\bin\ruby ../../server/bin/qt-doc.rb -o ruby_help.h
@IF ERRORLEVEL==9009 goto :noruby

lrelease SonicPi.pro
Expand Down

0 comments on commit 921ad2d

Please sign in to comment.