Skip to content

Commit 96e055c

Browse files
committed
Install - only copy essential BEAM files to MSI installer for Windows
1 parent e853a84 commit 96e055c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/windows/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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 app\server\beam
23+
xcopy /Y /I /R /E ..\..\app\server\beam\tau\_build app\server\beam\tau_build
2424

2525
xcopy /Y /I /R /E ..\..\app\server\native\osmid app\server\native\osmid
2626
xcopy /Y /I /R /E ..\..\app\server\native\plugins app\server\native\plugins

0 commit comments

Comments
 (0)