Skip to content

Commit

Permalink
FIx some build process problems for adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Dec 16, 2024
1 parent 1dd44df commit 336b43c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions adapter-fs-bridge/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -rf dist

# Build

bunx --yes [email protected].2 build
bunx --yes [email protected].5 build

# Copy files

Expand All @@ -19,7 +19,7 @@ bunx --yes pkg \
--out-path dist \
--compress GZip \
--target node18-windows,node18-linux \
dist/main.js
dist/main.cjs

# Compress executables

Expand Down Expand Up @@ -61,7 +61,7 @@ if which osslsigncode >/dev/null; then
mv dist/main-win-signed.exe dist/main-win.exe
fi

rm dist/main.js
rm dist/main.cjs

mv dist/main-win.exe dist/adapter-win.exe
mv dist/main-linux dist/adapter-linux
Binary file modified adapter-fs-bridge/icon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions adapter-iron-harvest/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -rf dist

# Build

bunx --yes [email protected].2 build
bunx --yes [email protected].5 build

# Copy files

Expand All @@ -19,7 +19,7 @@ bunx --yes pkg \
--out-path dist \
--compress GZip \
--target node18-windows,node18-linux \
dist/main.js
dist/main.cjs

# Compress executables

Expand Down Expand Up @@ -61,7 +61,7 @@ if which osslsigncode >/dev/null; then
mv dist/main-win-signed.exe dist/main-win.exe
fi

rm dist/main.js
rm dist/main.cjs

mv dist/main-win.exe dist/adapter-win.exe
mv dist/main-linux dist/adapter-linux
Binary file modified adapter-iron-harvest/icon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions adapter-warthog-websocket/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -rf dist

# Build

bunx --yes [email protected].2 build
bunx --yes [email protected].5 build

# Copy files

Expand All @@ -19,7 +19,7 @@ bunx --yes pkg \
--out-path dist \
--compress GZip \
--target node18-windows,node18-linux \
dist/main.js
dist/main.cjs

# Compress executables

Expand Down Expand Up @@ -61,7 +61,7 @@ if which osslsigncode >/dev/null; then
mv dist/main-win-signed.exe dist/main-win.exe
fi

rm dist/main.js
rm dist/main.cjs

mv dist/main-win.exe dist/adapter-win.exe
mv dist/main-linux dist/adapter-linux
Binary file modified adapter-warthog-websocket/icon.ico
Binary file not shown.

0 comments on commit 336b43c

Please sign in to comment.