Skip to content

Commit b851b1e

Browse files
committed
Install - copy correct folder structure and boot script for Windows MSI
1 parent 96e055c commit b851b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/windows/install.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ xcopy /Y /I /R /E ..\..\app\build\gui\qt\Release app\gui\qt\build\Release
2020
xcopy /Y /I /R /E ..\..\app\gui\qt\theme app\gui\qt\theme
2121
xcopy /Y /I /R /E ..\..\etc etc\
2222

23-
xcopy /Y /I /R /E ..\..\app\server\beam\tau\_build app\server\beam\tau_build
23+
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
2425

2526
xcopy /Y /I /R /E ..\..\app\server\native\osmid app\server\native\osmid
2627
xcopy /Y /I /R /E ..\..\app\server\native\plugins app\server\native\plugins

0 commit comments

Comments
 (0)