Skip to content

Commit

Permalink
Fix merge gone wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Apr 8, 2024
1 parent 9b4fc17 commit 3aa04ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/scala/sc4pac/extractor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ object Extractor {
tryExtractClickteam(file, tempExtractionDir, logger)
}
} catch {

// If 7zip fails, it's probably a ClickTeam installer, so try again
// with cicdec
case e: Exception =>
TryClickteam(file)

case e: java.lang.UnsatisfiedLinkError => // some platforms may be unsupported, e.g. Apple arm
throw new ExtractionFailed(s"Failed to load native 7z library.", e.toString)
}
Expand Down

0 comments on commit 3aa04ac

Please sign in to comment.