Advertisement
Gamgegenorator

Untitled

Feb 4th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. guest@Mint-Dev-Machine:~/Documents/git/joplin/ElectronClient/app$ yarn dist
  2. yarn run v1.21.1
  3. $ node_modules/.bin/electron-builder
  4. • electron-builder version=21.2.0 os=5.3.0-28-generic
  5. • loaded configuration file=package.json ("build" field)
  6. • electron-rebuild not required if you use electron-builder, please consider to remove excess dependency from devDependencies
  7.  
  8. To ensure your native dependencies are always matched electron version, simply add script `"postinstall": "electron-builder install-app-deps" to your `package.json`
  9. • writing effective config file=dist/builder-effective-config.yaml
  10. • skipped dependencies rebuild reason=npmRebuild is set to false
  11. • packaging platform=linux arch=x64 electron=7.1.9 appOutDir=dist/linux-unpacked
  12. • asar using is disabled — it is strongly not recommended solution=enable asar and use asarUnpack to unpack files that must be externally available
  13. • building target=AppImage arch=x64 file=dist/Joplin-1.0.179.AppImage
  14. Done in 21.62s.
  15. guest@Mint-Dev-Machine:~/Documents/git/joplin/ElectronClient/app$ ./dist/Joplin.AppImage
  16. bash: ./dist/Joplin.AppImage: No such file or directory
  17. guest@Mint-Dev-Machine:~/Documents/git/joplin/ElectronClient/app$ ./dist/Joplin-1.0.179.AppImage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement