Last active
January 8, 2021 05:28
-
-
Save thatisuday/ceb4f3f0bf50e67eac49a6a6606a2ad9 to your computer and use it in GitHub Desktop.
npm run pack command log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm run pack | |
> [email protected] 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