Skip to content

nicholaspufal/google-photos-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Photos App

A simple wrapper that uses Electron to make it possible for you to run Google Photos from your desktop.

Google Photos

Running the app (AKA development mode)

Just run make serve - it will install all dependencies and run the app

Building a package (AKA shipping it!)

Run make build.* where * is the platform's name.

Check Electron's docs to see all platforms supported.

As an example, if you want to have a Mac app just run make build.darwin

NOTE: By default it's generating packages for a 64-bits architecture (you can change it in the Makefile)