Skip to content

Commit 921ad2d

Browse files
committed
Merge pull request #810 from jweather/win28
use Sonic Pi's ruby to build docs in win-build-app.bat
2 parents f0855a3 + 10b35aa commit 921ad2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/qt/win-build-app.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cd %~dp0
22

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

77
lrelease SonicPi.pro

0 commit comments

Comments
 (0)