Skip to content

Commit

Permalink
Add embedded windows manifest for cargo-quickinstall (#262)
Browse files Browse the repository at this point in the history
* Embed windows manifest in cargo-quickinstall binary

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* FIx clippy suggestions

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Fix lint for shell scripts

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Fix compilation

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Fix dependabot

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

---------

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu authored Aug 8, 2024
1 parent 8083570 commit 3170198
Show file tree
Hide file tree
Showing 9 changed files with 357 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ updates:
groups:
deps:
patterns:
- "*" - package-ecosystem: "cargo"
- "*"
- package-ecosystem: "cargo"
# This will update the cargo-quickinstall/Cargo.toml
directory: "/cargo-quickinstall"
schedule:
Expand Down
Loading

0 comments on commit 3170198

Please sign in to comment.