Skip to content

Commit

Permalink
Correct downloadurl
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 22, 2025
1 parent b9902f4 commit 6e478d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public async Task<GameImportExportBatch> ExportPackage(string[] gameIds, bool in

var batch = new GameImportExportBatch
{
DownloadUrl = Path.Combine(_coreOptions.AppUrl, GetExportBatchPackagePath(exportBatchId)),
DownloadUrl = Path.Combine(_coreOptions.AppUrl, "games", "export", exportBatchId),
ExportBatchId = exportBatchId,
Games = [.. gamesExported],
CertificateTemplates = certificateTemplates,
Expand Down

0 comments on commit 6e478d3

Please sign in to comment.