Skip to content

Commit 1148680

Browse files
authored
Merge pull request #30 from rooq/main
Issue #29: Skip over unsupported .cia's
2 parents 592eed3 + 30e646e commit 1148680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cia-unix.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Dir["*.cia"].each do |cia|
141141
log.puts %x[./makerom -f cia -dlc -ignoresign -target p -o '#{cutn} (DLC)-decrypted.cia' #{args}]
142142
check_decrypt("#{cutn} (DLC)", "cia")
143143
else
144-
abort "Unsupported CIA"
144+
puts "Unsupported CIA"
145145
end
146146

147147
Dir["*-decfirst.cia"].each do |decfirst|
@@ -157,4 +157,4 @@ end
157157

158158
log.flush
159159
log.close
160-
puts "Log saved"
160+
puts "Log saved"

0 commit comments

Comments
 (0)