Skip to content

Commit

Permalink
fixed zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jun 21, 2023
1 parent 53b9f71 commit b331199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modpack-uploader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function New-ClientFiles {
Write-Host "Adding " -ForegroundColor Cyan -NoNewline
Write-Host $_ -ForegroundColor Blue -NoNewline
Write-Host " to the mods folder in the client files." -ForegroundColor Cyan
Copy-Item -Path $_ -Destination "$overridesFolder/mods/$_" -Recurse
Copy-Item -Path $_ -Destination "$overridesFolder/$_" -Recurse
}

Remove-BlacklistedFiles
Expand Down

0 comments on commit b331199

Please sign in to comment.