Skip to content

Commit

Permalink
Update to latest Squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastilloec committed Mar 15, 2018
1 parent bb903d1 commit bb041a8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file added vendor/squirrel/7z.dll
Binary file not shown.
Binary file added vendor/squirrel/7z.exe
Binary file not shown.
Binary file modified vendor/squirrel/Setup.exe
Binary file not shown.
Binary file modified vendor/squirrel/Squirrel-Mono.exe
Binary file not shown.
Binary file modified vendor/squirrel/Squirrel.exe
Binary file not shown.
Binary file modified vendor/squirrel/StubExecutable.exe
Binary file not shown.
Binary file modified vendor/squirrel/SyncReleases.exe
Binary file not shown.
Binary file modified vendor/squirrel/WriteZipToSetup.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/squirrel/template.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Product Id="*" Name="{{Title}} Machine-Wide Installer" Language="1033" Version="{{Version}}" UpgradeCode="{{IdAsGuid1}}" Manufacturer="{{Author}}">
<Product Id="*" Name="{{Title}} Machine-Wide Installer" Language="1033" Version="!(bind.FileVersion.{{Id}}.exe)" UpgradeCode="{{IdAsGuid1}}" Manufacturer="{{Author}}">

<Package Description="#Description" Comments="Comments" InstallerVersion="200" Compressed="yes"/>
<Media Id="1" Cabinet="contents.cab" EmbedCab="yes" CompressionLevel="high"/>
Expand Down

0 comments on commit bb041a8

Please sign in to comment.