git ssb

39+

cel / git-ssb



Commit 8ca97332f9199fc7faf0dc1e971a36bc032e9bd0

Fix typos

cel committed on 1/22/2020, 6:47:26 PM
Parent: 9720eadd244e4fbb44595c7884ee81c6f0e1617c

Files changed

build.jschanged
build.jsView
@@ -22,11 +22,11 @@
2222
2323 var prebuildsDir = 'node_modules/sodium-native/prebuilds/' + platform + '-' + arch
2424 console.log('Copying binaries...')
2525 var libSrc = 'libsodium.' +
26- (platform === 'darwin' ? 'dylib' : '.so.' + pkgJson.libsodiumVersion)
26 + (platform === 'darwin' ? 'dylib' : 'so.' + pkgJson.libsodiumVersion)
2727 var libDest = 'dist/libsodium.' + (platform === 'darwin' ? 'dylib' : 'so')
28-cp(path.join(prebuildsDir, libSrc, libDest)
28 +cp(path.join(prebuildsDir, libSrc), libDest)
2929 // pkg doesn't bundle files with .node extension
3030 cp(path.join(prebuildsDir, 'node.abi' + abi + '.node'),
3131 'dist/sodium.node.bin')
3232 cp('bin/git-remote-ssb', 'dist/')

Built with git-ssb-web