Support alternate license when none is provided or found

This commit is contained in:
2024-08-21 21:44:26 +02:00
parent cea123ae85
commit 8e645f3a71
8 changed files with 138 additions and 72 deletions

View File

@@ -1,10 +1,13 @@
<ISO_Project>
<PSXCD>
<Description>
<!--<Publisher>Jaby</Publisher>-->
<!--<License>%PSX_LICENSE_PATH%/%PSX_LICENSE%.DAT</License>-->
<Publisher>You</Publisher>
<License alt-logo = "%JABY_ENGINE_DIR%/bin/extern/32BIT.TMD" alt-text = " Not licensed by Sony Will not work on all hardware/software">
%PSX_LICENSE_PATH%/%PSX_LICENSE%.DAT
</License>
<!--<AltLicense text = " Not licensed by Sony Will not work on all hardware/software">%JABY_ENGINE_DIR%/bin/extern/32BIT.TMD</AltLicense>-->
</Description>
<Track>
<Filesystem>
<File name = "SYSTEM.CNF">System.cnf.subst</File>
<Main name = "%PSX_BOOT_FILE%">../application/bin/%PSX_TV_FORMAT%/PSX-release/#{ProjectName}.psexe</Main>
</Track>
</ISO_Project>
<Main name = "%PSX_BOOT_FILE%" lba_source = "">../application/bin/%PSX_TV_FORMAT%/PSX-release/#{ProjectName}.psexe</Main>
</Filesystem>
</PSXCD>