Skip to content

Commit cd69dc2

Browse files
authored
Merge pull request #2712 from GoldenretriverYT/iso9660-enable-long-filenames
Allow for 31 char file names in isoFiles
2 parents a95f561 + b8300bd commit cd69dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Cosmos.Build.Tasks/MakeIso.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected override string GenerateCommandLineCommands()
6464
xBuilder.AppendSwitch("-relaxed-filenames");
6565
xBuilder.AppendSwitch("-J");
6666
xBuilder.AppendSwitch("-R");
67+
xBuilder.AppendSwitch("-l");
6768
xBuilder.AppendSwitchIfNotNull("-o ", OutputFile);
6869
xBuilder.AppendSwitch(" -b boot/limine-cd.bin");
6970
xBuilder.AppendSwitch("-no-emul-boot");

0 commit comments

Comments
 (0)