Skip to content

Commit

Permalink
feat: Version bump vendored Squirrel.Windows to 1.9.0 (#267)
Browse files Browse the repository at this point in the history
* Version bump to 1.9.0

* Let's just forget about code pages for the moment
  • Loading branch information
anaisbetts authored and MarshallOfSound committed Sep 25, 2018
1 parent 5c28a08 commit b639c74
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file modified vendor/Setup.exe
Binary file not shown.
Binary file added vendor/Squirrel-Mono.exe
Binary file not shown.
Binary file added vendor/Squirrel.exe
Binary file not shown.
Binary file modified vendor/SyncReleases.exe
Binary file not shown.
Binary file modified vendor/SyncReleases.pdb
Binary file not shown.
Binary file modified vendor/Update.pdb
Binary file not shown.
Binary file modified vendor/WriteZipToSetup.exe
Binary file not shown.
Binary file modified vendor/WriteZipToSetup.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyRef Id="NETFRAMEWORK45" />

<Condition Message="This application requires .NET Framework 4.5. Please install the .NET Framework then run this installer again.">
<Condition Message="This application requires .NET Framework 4.5 or higher. Please install the latest .NET Framework then run this installer again.">
<![CDATA[Installed OR NETFRAMEWORK45]]>
</Condition>

Expand Down

0 comments on commit b639c74

Please sign in to comment.