Skip to content

Commit

Permalink
fix: Fix broken Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Apr 9, 2024
1 parent ae7835b commit 8a8e160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Build binaries
run: |
./node_modules/.bin/esbuild src/bundle.js --bundle --external:axios --external:xdg-open --external:enigma.js --outfile=build.cjs --format=cjs --platform=node --target=node18 --minify
pkg --output "./${DIST_FILE_NAME}" -t node18-linux-x64 ./build.cjs --config package.json--options no-deprecation --compress GZip
pkg --output "./${DIST_FILE_NAME}" -t node18-linux-x64 ./build.cjs --config package.json --options no-deprecation --compress GZip
chmod +x ${DIST_FILE_NAME}
Expand Down

0 comments on commit 8a8e160

Please sign in to comment.