An electron app that saves your favorite windows spotlight images
- Getting started
- Prerequisites
- Installing
- Running the app
- Deployment
- Built With
- Authors
- License
- Acknowledgments
Head over to releases and grab yourself the latest executable.
Run the .exe app.
If you're feeling nerdy follow the instructions below to learn how you can set up and compile the app yourself.
You will need these to run and set up the app
-
Clone or download the repo from this url and extract it.
git clone https://github.com/lewis-munyi/lockscreen-image-saver.git -
Open your console and change into that directory
cd lockscreen-image-saver/ -
List the contents of the directory.
ls -
You should have such a directory structure
lockscreen-image-saver/ └── src/ │ ├── js/ │ ├── css/ │ │── ... │ │── ... │ └── index.html |── .gitignore |── firestore.rules |── ... |── ... |── index.js └── package.json -
Install the required modules
npm install -
Run the app
npm start
- Run the npm script
npm start
-
Run
npm run build -
Select
ASSETSand upload an icon -
Select
INSTALLERand specify the relevant app details then hitGenerate installer. -
This will create a directory called
dist/which contains your compiled app. -
Run it!
- Electron - Desktop framework
Details on this can be found here.
- Lewis Munyi - Dev - Website
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details
- Hat tip to
StackOverflowanyone whose code was used. -
Photo made by Freepik from www.flaticon.com
Enjoy 🤘
