Skip to content

Commit

Permalink
Update packaging.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoUnderscore authored Sep 15, 2024
1 parent 95bb446 commit aef189a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packaging.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ function Move-File {
}
}

Move-File -sourcePath ".\EXILED-DLL-Archiver.exe" -destinationPath ".\bin\Release\EXILED-DLL-Archiver.exe"
Move-File -sourcePath ".\Exiled.Archiver.exe" -destinationPath ".\bin\Release\Exiled.Archiver.exe"
Move-File -sourcePath ".\References\Newtonsoft.Json.dll" -destinationPath ".\bin\Release\MNewtonsoft.Json.dll"
Move-File -sourcePath ".\References\Mono.Posix.dll" -destinationPath ".\bin\Release\Mono.Posix.dll"
Move-File -sourcePath ".\References\System.ComponentModel.DataAnnotations.dll" -destinationPath ".\bin\Release\System.ComponentModel.DataAnnotations.dll"
CD .\bin\Release
.\EXILED-DLL-Archiver.exe
.\Exiled.Archiver.exe

0 comments on commit aef189a

Please sign in to comment.