Skip to content

Commit

Permalink
Update buildEOP.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Sep 17, 2024
1 parent 52e3df6 commit 72e124e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildEOP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ CopyFilesToFolder "documentationGenerator\EOPDocs\build\html" "./M2TWEOPGenerate
Copy-Item -Path "M2TWEOP Code\Release\d3d9.dll" -Destination "./M2TWEOPGenerated"
Copy-Item -Path "M2TWEOP Code\Release\M2TWEOP GUI.exe" -Destination "./M2TWEOPGenerated"
Rename-Item -Path "./M2TWEOPGenerated/M2TWEOP GUI.exe" -NewName "M2TWEOP_GUI.exe"
# Copy-Item -Path "M2TWEOP Code\Release\M2TWEOP tools.exe" -Destination "./M2TWEOPGenerated"
Copy-Item -Path "M2TWEOP Code\Release\M2TWEOPLibrary.dll" -Destination "./M2TWEOPGenerated"
Copy-Item -Path "M2TWEOP Code\Release\M2TWEOPLibrary.pdb" -Destination "./M2TWEOPGenerated"

Expand Down

0 comments on commit 72e124e

Please sign in to comment.