Skip to content

Commit

Permalink
Merge pull request sakura-editor#895 from m-tmatma/feature/installer-…
Browse files Browse the repository at this point in the history
…mininum-win7

Inno Setup での OS の対応バージョンを Windows 7 以降に変更
  • Loading branch information
m-tmatma committed May 18, 2019
2 parents 2e9e333 + e9abc01 commit e31c6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/sakura-common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ OutputBaseFilename=sakura_install{#MyAppVerH}-{#MyArchitecture}
VersionInfoVersion={#MyAppVer}
VersionInfoProductVersion={#MyAppVer}

; OSバージョン制限
MinVersion=0,5.0
; OSバージョン制限(Windows 7 以降に対応)
MinVersion=6.1

[Languages]
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Expand Down

0 comments on commit e31c6ce

Please sign in to comment.