mirror of
https://github.com/shijimasoft/cia-unix.git
synced 2025-06-18 14:25:34 -04:00
Merge pull request #30 from rooq/main
Issue #29: Skip over unsupported .cia's
This commit is contained in:
commit
1148680d9d
@ -141,7 +141,7 @@ Dir["*.cia"].each do |cia|
|
||||
log.puts %x[./makerom -f cia -dlc -ignoresign -target p -o '#{cutn} (DLC)-decrypted.cia' #{args}]
|
||||
check_decrypt("#{cutn} (DLC)", "cia")
|
||||
else
|
||||
abort "Unsupported CIA"
|
||||
puts "Unsupported CIA"
|
||||
end
|
||||
|
||||
Dir["*-decfirst.cia"].each do |decfirst|
|
||||
@ -157,4 +157,4 @@ end
|
||||
|
||||
log.flush
|
||||
log.close
|
||||
puts "Log saved"
|
||||
puts "Log saved"
|
||||
|
Loading…
Reference in New Issue
Block a user