Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Last active January 8, 2021 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatisuday/ceb4f3f0bf50e67eac49a6a6606a2ad9 to your computer and use it in GitHub Desktop.
Save thatisuday/ceb4f3f0bf50e67eac49a6a6606a2ad9 to your computer and use it in GitHub Desktop.
npm run pack command log
$ npm run pack
> electron-lessons@1.0.0 pack /Projects/thatisuday/electron-lessons
> electron-builder -mwl
• electron-builder version=22.9.1 os=20.1.0
• loaded configuration file=/Projects/thatisuday/electron-lessons/electron-builder.json
• Specified application directory equals to project dir — superfluous or wrong configuration appDirectory=.
• writing effective config file=out/builder-effective-config.yaml
• packaging platform=darwin arch=x64 electron=11.1.1 appOutDir=out/mac
• building target=DMG arch=x64 file=out/Electron File IO-1.0.0.dmg
• packaging platform=linux arch=x64 electron=11.1.1 appOutDir=out/linux-unpacked
• building target=AppImage arch=x64 file=out/Electron File IO-1.0.0.AppImage
• packaging platform=win32 arch=x64 electron=11.1.1 appOutDir=out/win-unpacked
• building target=nsis file=out/Electron File IO Setup 1.0.0.exe archs=x64 oneClick=true perMachine=false
• building block map blockMapFile=out/Electron File IO-1.0.0.dmg.blockmap
• building block map blockMapFile=out/Electron File IO Setup 1.0.0.exe.blockmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment