mirror of
https://github.com/silicoflare/confidant.git
synced 2026-05-26 20:48:01 +05:30
fix: update README and minify binaries during build
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
1. [Introduction](#introduction)
|
||||
2. [Security](#security)
|
||||
3. [Installation](#installation)
|
||||
a. [Linux](#linux)
|
||||
b. [Windows](#windows)
|
||||
c. [MacOS](#macos)
|
||||
4. [Usage](#usage)
|
||||
5. [Build from source](#build-from-source)
|
||||
6. [Disclaimer](#disclaimer)
|
||||
|
||||
@@ -5,7 +5,7 @@ const { version: ver } = data;
|
||||
|
||||
await $`
|
||||
rm -rf ./dist
|
||||
bun build --compile --target=bun-linux-x64 ./confidant.ts --outfile ./dist/confidant_${ver}_linux_x64
|
||||
bun build --compile --target=bun-windows-x64 ./confidant.ts --outfile ./dist/confidant_${ver}_win_x64.exe
|
||||
bun build --compile --target=bun-darwin-arm64 ./confidant.ts --outfile ./dist/confidant_${ver}_darwin_arm64
|
||||
bun build --compile --minify --target=bun-linux-x64 ./confidant.ts --outfile ./dist/confidant_${ver}_linux_x64
|
||||
bun build --compile --minify --target=bun-windows-x64 ./confidant.ts --outfile ./dist/confidant_${ver}_win_x64.exe
|
||||
bun build --compile --minify --target=bun-darwin-arm64 ./confidant.ts --outfile ./dist/confidant_${ver}_darwin_arm64
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user