Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 748 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 748 Bytes

GPhotos


This application is a desktop interface for Windows, Mac, GNU-Linux, of the Google Photos website, created in Electron

Build application


  • Requirements

    • Node v16.20.2
  • To install all the modules run

npm install
npm start
  • To install module by module
npm i [email protected]
npm i [email protected]
npm install --save electron-window-state
npm start
  • Packaging the application
npm run package-mac
npm run package-win
npm run package-linux
  • Create .dmg for Mac
chmod +x create-dmg.sh
./create-dmg.sh