Skip to content

Commit

Permalink
chore: bump upx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Oct 11, 2022
1 parent c3de7e5 commit 38fb6e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"swagger-jsdoc": "git+https://[email protected]/Hypfer/swagger-jsdoc.git#7.0.0-rc.6-noyaml-monorepo-fix",
"swagger-parser": "10.0.3",
"typescript": "4.8.4",
"upx": "git+https://[email protected]/Hypfer/upx#1.0.10"
"upx": "git+https://[email protected]/Hypfer/upx#1.0.11"
}
}
2 changes: 1 addition & 1 deletion util/upx_compress_valetudo.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const binaries = {
//ultraBrute: true // Disabled for now (2022-05-07) due to performance issues with the latest upx devel

// instead of ultraBrute, this also works okay-ish
//lzma: true, // lzma for aarch64 currently (2022-05-07) produces crashing binaries due to Illegal instructions
lzma: true,
best: true
})
}
Expand Down

0 comments on commit 38fb6e4

Please sign in to comment.