We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830904b commit f558717Copy full SHA for f558717
PegasusExportPlugin/frmPegasusExport.cs
@@ -311,7 +311,7 @@ await Task.Run(() =>
311
if (exportAssets)
312
{
313
var mediaFolder = Path.Combine(platformPath, "media",
314
- Path.GetFileNameWithoutExtension(game.ApplicationPath));
+ Path.GetFileNameWithoutExtension(game.ApplicationPath).Trim());
315
316
var images = game.GetAllImagesWithDetails();
317
0 commit comments