Граф коммитов

223 Коммитов

Автор SHA1 Сообщение Дата
João Moreno 3fc01e98da
version bump (#34) 2024-11-18 14:40:12 +00:00
João Moreno f5cb7e7c89
fix CI again (#33) 2024-11-18 15:36:00 +01:00
João Moreno 867b1fac98
fix CI (#32) 2024-11-18 14:19:41 +00:00
Sandeep Somavarapu f97515ccad
rename to bootstrap (#31) 2024-11-18 14:14:51 +00:00
Kevin Cui 67d015baaf
fix: dialog is show when silent is true (#29)
`ShowWindow(hwdn, SW_HIDE)` does not work for the dialog (DialogBoxParamW); to achieve silence, it can only be implemented through `EndDialog`.

Since VSCode is relatively small in size, the dialog disappears quickly (around 200ms) during the upgrade process, so if you don't pay close attention, it goes unnoticed.

Signed-off-by: Kevin Cui <bh@bugs.cc>
2024-11-18 14:13:51 +00:00
Sandeep Somavarapu 7dea5043d3
skip extras folder (#30) 2024-11-18 11:36:10 +01:00
João Moreno 2732251c08
version bump (#27) 2024-04-19 17:19:30 +02:00
João Moreno 603e2e6663
bump slog-term (#26) 2024-04-19 07:48:20 -07:00
Chayim Refael Friedman 4b18053073
Remove unneeded `unsafe impl Send` (#25)
`u32` in the field is `Send`, so it is automatically implemented.
2024-02-23 15:24:41 +00:00
João Moreno 39155de69c
bump version (#24) 2024-02-19 14:06:17 +01:00
Benjamin Christopher Simmonds 630156ae94
Merge pull request #23 from microsoft/benibenj/innoUpdaterLocalize
Support setting localized label from CLI argument
2024-02-19 14:03:25 +01:00
BeniBenj b837a352aa
version 2024-02-08 15:23:50 +01:00
BeniBenj a7da6cab12
log argument 2024-02-08 09:44:52 +01:00
BeniBenj d668682802
💄 2024-02-06 09:36:05 +01:00
BeniBenj f1a4bf93c3
ADD Cargo.toml 2024-01-30 17:18:44 +01:00
BeniBenj 6525320632
💄 2024-01-30 17:09:38 +01:00
BeniBenj 406461e0a2
Support setting localized label from cli argument 2024-01-22 09:29:43 +01:00
João Moreno 54deaec8a8
fix microsoft/vscode#187885 (#22) 2023-07-21 16:13:47 +02:00
João Moreno 2a3242c725
Update dependencies (#21)
* remove OSS.md

* bump deps

* version bump
2023-07-05 09:54:22 +02:00
Jakub Panek 0748f6b08d
feat: replace unmaintained winapi with windows-sys (#18)
* feat: replace unmaintained winapi with windows-sys

winapi has been unmaintained for a long time
this commit replaces winapi with windows-sys which is generated from
windows API headers and maintained by Microsoft

* address feedback

* fix bugs

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-07-04 19:32:15 +00:00
dependabot[bot] fe029f3e56
Bump cacheable-request from 7.0.2 to 10.2.7 in /tools/legal (#20)
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) from 7.0.2 to 10.2.7.
- [Release notes](https://github.com/jaredwray/cacheable-request/releases)
- [Commits](https://github.com/jaredwray/cacheable-request/commits)

---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 10:04:31 +01:00
dependabot[bot] 234f5f5fdc
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /tools/legal (#19)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 02:27:18 -08:00
João Moreno 5edd905d30
v0.9.0 2022-07-21 14:13:23 +02:00
Robo f8087d8451
chore: skip sparse package during update (#17) 2022-07-21 04:53:21 -07:00
Joao Moreno 5d56d6db3a
cargo update 2022-06-26 21:15:31 +02:00
Joao Moreno 428b803c3d
bump got 2022-06-26 21:13:24 +02:00
Joao Moreno 7ef6a9be9d
bump winapi 2022-06-26 21:10:15 +02:00
João Moreno c08f5ef075
bump npm deps 2022-03-29 14:26:43 +02:00
João Moreno c69dd8dc59
Merge branch 'main' of https://github.com/microsoft/inno-updater into main 2021-10-27 16:34:10 +02:00
João Moreno 0149065a3a
update README.md 2021-10-27 16:34:02 +02:00
Isaac Whitfield 43bcafdf62
Remove an unnecessary String conversion (#5) 2021-10-27 16:33:11 +02:00
Ta Thanh Dinh 23121c9c98
Close handle before returning (#11) 2021-10-27 16:31:35 +02:00
João Moreno c1dfabc4bd
ci: remove old ci 2021-10-27 16:26:50 +02:00
João Moreno e5039626e5
ci: fix artifact contents 2021-10-27 16:26:44 +02:00
João Moreno 9142035792
ci: npm i 2021-10-27 16:10:05 +02:00
João Moreno 261c5ef1bd
ci: more changes 2021-10-27 16:06:10 +02:00
João Moreno 48ce0758f7
remove unnecessary scripts 2021-10-27 16:02:51 +02:00
João Moreno 1201c8143e
ci: run on windows 2021-10-27 15:58:19 +02:00
João Moreno 5eb69db4ea
ci: bring back toolchain 2021-10-27 15:56:53 +02:00
João Moreno 02a955cc10
fix warnings, fmt 2021-10-27 15:53:05 +02:00
João Moreno 52a4fdd030
use .cargo/config 2021-10-27 15:37:47 +02:00
João Moreno d15f261a57
remove dev from readme 2021-10-27 15:37:25 +02:00
João Moreno eebeaa676e
ci: add names 2021-10-27 15:35:02 +02:00
João Moreno 308fbe1c8e
fix ci 2021-10-27 15:34:34 +02:00
Charles Milette fd4f4022b4
Fix build on newer Rust versions (#15) 2021-10-27 15:32:58 +02:00
João Moreno 70b0866b12
wip: gh actions 2021-10-27 15:30:14 +02:00
João Moreno 39522b4fbf
update cargo.lock 2021-10-27 15:29:38 +02:00
João Moreno abd40d8479
pr triggers 2021-10-27 14:10:15 +02:00
João Moreno 95b9177160 master -> main 2021-10-27 14:06:15 +02:00
João Moreno 644c62f8b2
Create SECURITY.md 2021-03-10 05:49:39 -08:00