Closed
Description
- 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.