You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change lib.sh to use sh to match the postinstall script.
Will need to change some syntax like remove local. Will need to do something about pushd/popd as well. (Alternatively we could move the arch and asar methods into a separate shared file).
Include lib.sh in the npm package.
Source lib.sh in the postinstall and remove the duplicated methods.
arch method is slightly different so may need to make some changes there.
The text was updated successfully, but these errors were encountered:
sh
to match the postinstall script.local
. Will need to do something about pushd/popd as well. (Alternatively we could move the arch and asar methods into a separate shared file).The text was updated successfully, but these errors were encountered: