Skip to content

Commit

Permalink
Bump minimal innoextract version to 1.8 (tkashkin#208)
Browse files Browse the repository at this point in the history
Former-commit-id: 169dc6e
  • Loading branch information
tkashkin committed Mar 22, 2019
1 parent 496000c commit 1facd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/compat/Innoextract.vala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace GameHub.Data.Compat
{
public class Innoextract: CompatTool
{
private const int[] MIN_SUPPORTED_VERSION = { 1, 7 };
private const int[] MIN_SUPPORTED_VERSION = { 1, 8 };

public string binary { get; construct; default = "innoextract"; }

Expand Down

0 comments on commit 1facd03

Please sign in to comment.