Skip to content

Commit

Permalink
Windows: Fix publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1jaczyyy committed Aug 28, 2019
1 parent b20ab14 commit 49e73a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Publish/publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ robocopy ..\Apollo Apollo elevate.exe >nul 2>&1
robocopy ..\ApolloUpdate\bin\Release\netcoreapp2.2\win10-x64\publish Update /E >nul 2>&1
robocopy ..\ApolloUpdate Update handle64.exe >nul 2>&1

robocopy ..\M4L M4L "Apollo Connector.amxd" >nul 2>&1
robocopy ..\M4L M4L *.amxd >nul 2>&1

echo Creating Windows Installer...

Expand Down

0 comments on commit 49e73a0

Please sign in to comment.