Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
spylogsster committed Oct 7, 2021
1 parent 4602d6c commit d6835cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/packageIpfsDaemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const packageIpfsDaemon = (binary, endpoint, region, platform, arch, key) => {
const crxFile = path.join(crxOutputDir, `ipfs-daemon-updater-${platform}-${arch}.crx`)
const privateKeyFile = !fs.lstatSync(key).isDirectory() ? key : path.join(key, `ipfs-daemon-updater-${platform}-${arch}.pem`)
stageFiles(platform, ipfsDaemon, version, arch, stagingDir)
console.log(binary, crxFile, privateKeyFile, stagingDir)
util.generateCRXFile(binary, crxFile, privateKeyFile, stagingDir)
console.log(`Generated ${crxFile} with version number ${version}`)
})
Expand Down

0 comments on commit d6835cc

Please sign in to comment.