Skip to content

Commit 10b35aa

Browse files
committed
use Sonic Pi's ruby to build docs in win-build-app.bat
1 parent bb970da commit 10b35aa

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)