Skip to content

Commit c679265

Browse files
committed
Fix: UPX compress
1 parent fb24e6a commit c679265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/upx_compress_valetudo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const binaries = {
4040
})
4141
},
4242
amd64: {
43-
base: "./build_dependencies/pkg/v3.4/built-v18.5.0-linuxstatic-amd64",
43+
base: "./build_dependencies/pkg/v3.4/built-v18.5.0-linuxstatic-x64",
4444
built: "./build/amd64/valetudo",
4545
out: "./build/amd64/valetudo.upx",
4646
upx: UPX({

0 commit comments

Comments
 (0)