No need to bundle as an actual binary

This commit is contained in:
Marco Lipparini
2023-07-16 16:15:27 +02:00
parent cd101d6ba0
commit b572044439
7 changed files with 18 additions and 865 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
# Inspired by https://github.com/yarnpkg/yarn/issues/3421#issuecomment-1399393547
echo "This file is just a stub; it is not meant to be executed.
It will be replaced by the postinstall script with the binary for the target platform."

3
bin/ldd.js Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
require('../build/src/index.js');