We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e055c commit b851b1eCopy full SHA for b851b1e
install/windows/install.bat
@@ -20,7 +20,8 @@ xcopy /Y /I /R /E ..\..\app\build\gui\qt\Release app\gui\qt\build\Release
20
xcopy /Y /I /R /E ..\..\app\gui\qt\theme app\gui\qt\theme
21
xcopy /Y /I /R /E ..\..\etc etc\
22
23
-xcopy /Y /I /R /E ..\..\app\server\beam\tau\_build app\server\beam\tau_build
+xcopy /Y /I /R /E ..\..\app\server\beam\tau\_build app\server\beam\tau\_build
24
+copy /Y ..\..\app\server\beam\tau\boot-win.bat app\server\beam\tau\boot-win.bat
25
26
xcopy /Y /I /R /E ..\..\app\server\native\osmid app\server\native\osmid
27
xcopy /Y /I /R /E ..\..\app\server\native\plugins app\server\native\plugins
0 commit comments