Commit Graph

1379 Commits

Author SHA1 Message Date
Brendan Forster
39c42be73c it's not dead just yet 2019-04-24 15:33:52 -03:00
Paul Betts
0065c3162f Update README.md 2019-04-03 19:44:52 +02:00
Paul Betts
8a948cc828 Merge pull request #1464 from rschoenbach/SplatIncompatibility
Update Squirrel.nuspec
2019-03-27 13:59:34 +01:00
Ryan Schoenbach
6472c8903c Update Squirrel.nuspec
Restricting splat version to prevent incompatibility
2019-03-27 08:53:01 -04:00
Paul Betts
b7b4a84d39 Merge pull request #1456 from bitdisaster/logging_improvements
Logging improvements
2019-03-13 16:25:53 -07:00
Jan Hannemann
1516a3ab52 fix multi-proc logging, log naming, no excpetions in happy path 2019-03-13 16:04:45 -07:00
Paul Betts
475d554108 Merge pull request #1453 from bitdisaster/MSI_improvements
update support, 64bit support, better naming
2019-02-28 16:14:13 -08:00
Jan Hannemann
b7fb7ff23b update support, 64bit support, better naming 2019-02-28 16:07:25 -08:00
Paul Betts
c1e8987e2a Version bump to 1.9.1 2019-02-07 19:01:29 -08:00
Paul Betts
17863e1ee4 Merge pull request #1444 from bitdisaster/dll_hijacking_fix
Dll hijacking fix
2019-01-30 15:53:52 -08:00
Jan Hannemann
a5cd2ebac3 delete old code, duh 2019-01-30 15:27:21 -08:00
Jan Hannemann
e5e4cc5053 static MFC linking, delayed DLL loading, set default DLL loading dir, preload libs 2019-01-30 15:24:30 -08:00
Paul Betts
fd2affba64 Merge pull request #1440 from domyd/fix-nuget-build-files
fix nuget build files not being included automatically in consumer projects
2019-01-21 12:30:49 -08:00
Dominik Mydlil
b74df8f83d fix nuget build files not being included automatically
In order for MSBuild to automatically include a package's .props and
.targets files, their file names need to match the package's ID (as is
stated here: https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package#including-msbuild-props-and-targets-in-a-package).
2019-01-21 15:29:30 +01:00
Paul Betts
056014ea4e Merge pull request #1434 from Horb/feature/AutoFlushLog
Use AutoFlush = true in Logger for Update.exe
2019-01-02 12:42:30 -05:00
Adam Morgan
aefa0e239e Revert meaningless change. 2019-01-02 16:33:13 +00:00
Adam Morgan
cb0b48d3c1 Revert "Build: Fix Reference HintPaths."
This reverts commit d3b0deb22e.
2019-01-02 16:32:56 +00:00
Adam Morgan
6bcc26645c Use AutoFlush = true in Logger for Update.exe
Using AutoFlush = true allows;

* Logs to still be written in a catastrophic failure condition.
* User to watch the log in real time using something like `Get-Content -Wait`
or `tail -f`

From my testing and due to the nature of the operations conducted by
Update.exe the performance impact of AutoFlush is negligible.
2019-01-02 16:09:52 +00:00
Paul Betts
5c34b66496 Merge pull request #1426 from wolkesson/patch-1
GitHub require TLS 1.2
2018-12-12 14:42:21 -08:00
wolkesson
5b410cd221 Don't know if this is the correct place
But I spend a day figuring this out...
2018-12-12 23:09:39 +01:00
Rufus Linke
afe47c9c06 fix bsdiff creation for patches that don't contain bsdiff extra data 2018-11-22 10:42:12 +01:00
Adam Morgan
d3b0deb22e Build: Fix Reference HintPaths. 2018-11-16 18:31:30 +00:00
Paul Betts
783565beff Merge pull request #1382 from dmitrya1979/master
Changed type of property ToastActivatorCLSID in shortcut to VT_CLSID
2018-11-15 09:42:47 -08:00
Paul Betts
3e7030955f Merge pull request #1405 from jeuxjeux20/patch-1
Typo fix
2018-10-29 09:21:16 -07:00
jeuxjeux20
95f3fda3c2 Typo fix 2018-10-29 15:47:25 +01:00
Paul Betts
714da0be28 no 2018-10-16 09:49:46 -07:00
Paul Betts
3284762655 Version bump to 1.9.0 2018-09-18 22:00:31 -07:00
Paul Betts
00d5f54cf5 Merge pull request #1359 from mhartvig/Codepage
Add support to override default Codepage
2018-09-18 21:56:35 -07:00
Paul Betts
9787421142 Merge pull request #1312 from bddckr/fix/duplicated-extraction
Don't extract the release package file twice.
2018-09-18 21:56:03 -07:00
Dmitry A
cef09f64f3 fixed code style 2018-09-13 14:15:44 +03:00
Paul Betts
80d59ec381 Update Submodule 2018-09-11 20:51:55 -07:00
Paul Betts
ecfcfa4a0f Merge pull request #1353 from daviwil/test-prerelease-sorting
WIP: Update NuGet submodule and add test for double-digit prerelease sorting
2018-09-11 20:49:43 -07:00
Paul Betts
c1e75006ed Merge pull request #1306 from peters/master
Add .NET Framework 4.7.2 support.
2018-09-11 20:48:55 -07:00
Dmitry A
bfd707ac19 Changed type of property ToastActivatorCLSID in shortcut from VT_LPWSTR to VT_CLSID 2018-09-07 15:38:21 +03:00
David Wilson
ec071d9f8c Update submodule 2018-09-05 16:50:16 -07:00
David Wilson
cf6898d4aa Add another assert to check prerelease comparisons across different versions 2018-09-05 16:37:39 -07:00
Paul Betts
b3b187c43d Merge pull request #1366 from kzu/master
Automatically copy Squirrel.exe to Update.exe for debugging
2018-08-05 10:55:26 -07:00
Daniel Cazzulino
a86b7e3ec3 Automatically copy Squirrel.exe to Update.exe for debugging
Since apps need this anyway as documented, just make it happen automatically.
2018-08-05 14:46:56 -03:00
Paul Betts
706416cfa2 Merge pull request #1365 from kzu/master
Expose an $(SquirrelToolsPath) property for nuget consumers
2018-08-03 17:23:47 -07:00
Daniel Cazzulino
161f6a6fda Expose an $(SquirrelToolsPath) property for nuget consumers
When using the nuget package, it's often convenient to
be able to execute it in some targets. However, since the nuget
install path depends on the version of the package, it's typically
harder than necessary to figure out the path to tools.

This adds a .props file that is automatically imported by nuget
when installed in a project, therefore making it trivial to invoke
the tools by just using the new $(SquirrelToolsPath) MSBuild property
from anywhere in the project or its imported targets.

Since it's in a .props, it means that even downstream packages that
add a dependency on this package can leverage the tool too without
having to know what version of the Squirrel.Windows package is in use.

Fixes #1364
2018-08-03 20:53:26 -03:00
Damien Guard
60cd00315a Merge pull request #1290 from rajbos/master
Fixed an issue with a errorneous link in the FAQ
2018-07-27 13:20:03 -07:00
UDV\mhg
ca3d5a1da3 Set codepage depending on language 2018-07-27 16:39:00 +02:00
David Wilson
ca461e88d7 Update nuget submodule, add another test for prerelease version sorting 2018-07-23 16:09:44 -07:00
Christopher - Marcel Böddecker
3bb2a72326 Don't extract the release package file twice.
This fix speeds up the delta package process.
2018-05-08 18:45:40 +02:00
Paul Betts
250fe4ce09 Merge pull request #1242 from szanto90balazs/use-icon-for-taskbar-icon-too
set the already sepcified icon to AnimatedGifWindow, too
2018-05-01 14:08:39 -07:00
Peter Rekdal Sunde
59606dd9df Add .NET Framework 4.7.2 support. 2018-05-01 14:25:49 +02:00
Paul Betts
aede39246c Merge pull request #1294 from pfeigl/fix_nuget_submodule
Changed nuget submodule back to correct revision
2018-04-30 17:04:40 -07:00
Paul Betts
ed67bc2c94 Merge pull request #1301 from tygor/patch-1
Added Visual Studio packaging advice for "
2018-04-26 10:29:15 -07:00
Tyler Gordon
24e357f25e Added Visual Studio packaging advice for "
When applying a certificate via `squirrel --releasify ... -n ...` within a Visual Studio project file XML quotation marks will need to be properly escaped. Hopefully this addition will help others who struggle with this.
2018-04-26 13:18:48 -04:00
Philipp Feigl
d393f96c0b Changed nuget submodule back to correct revision 2018-04-24 20:55:17 +02:00