Skip to content

Commit 0c32180

Browse files
committed
Erlang - fix OTP app config filename
1 parent 74aed87 commit 0c32180

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/win-prebuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ forfiles /p gui\qt\lang /s /m *.ts /c "cmd /c %QT_INSTALL_LOCATION%\bin\lrelease
5050
cd %~dp0\server\erlang\tau
5151
%~dp0\server\native\erlang\bin\erl.exe -make
5252
cd %~dp0\server\erlang\tau
53-
copy /Y src\tau_server.app.src .\ebin\tau.app
53+
copy /Y src\tau.app.src .\ebin\tau.app
5454
cd %~dp0

0 commit comments

Comments
 (0)