From 02852776bced14727936da3498326a2ea3a86f39 Mon Sep 17 00:00:00 2001 From: Raul Sebastian Date: Fri, 27 Oct 2017 10:52:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1a437e..2cf1787 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The app takes arguments in order to do anything. Currently you can use **copy**, For a complete list of available options, refer to the wiki or run the app with using **help**: ```PowerShell -C:\Projects\WinSpotlightWallpaperSetter>.\WinSpotlightWallpaperSetter.exe help +C:\Projects\WindowsSpotlightWallpaper>.\WindowsSpotlightWallpaper.exe help ``` #### Create a windows shortcut to the executable: @@ -26,7 +26,7 @@ Create a simple shortcut to the executable using the arguments needed and run it _Example for a shortcute using arguments:_ -![Windows shortcut example](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/documentation/assets/shortcut.png) +![Windows shortcut example](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/blob/master/documentation/assets/shortcut.png) #### Schedule using the windows task scheduler @@ -35,7 +35,7 @@ Open the windows scheduler and a basic task with the action to start a program. _One possible trigger that should cover setting the wallpaper whenever the spotlight changes:_ -![Windows shortcut example](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/documentation/assets/winSchedulerTrigger.png) +![Windows shortcut example](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/blob/master/documentation/assets/winSchedulerTrigger.png) You can also use reocuring schedules or combine different triggers. @@ -44,7 +44,7 @@ Another possible usage would be to schedule the app for **copy** only and use a ## Download -You can [download](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/releases/tag/v1.1.0) latest version for Windows 10. +You can [download](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/releases/tag/v1.1.0) latest version for Windows 10. ## Build from source @@ -54,7 +54,7 @@ The current app can bei either built opening the solution in visual studio or us _Example for a command line using msbuild:_ ``` -C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild "C:\Projects\WinSpotlightWallpaperSetter\source\WinSpotlightWallpaperSetter\WinSpotlightWallpaperSetter.csproj" /p:Configuration=Release;PackageAsSingleFile=False; outdir=C:\Projects\WinSpotlightWallpaperSetter\Release\ +C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild "C:\Projects\WindowsSpotlightWallpaper\source\WindowsSpotlightWallpaper\WindowsSpotlightWallpaper.csproj" /p:Configuration=Release;PackageAsSingleFile=False; outdir=C:\Projects\WindowsSpotlightWallpaper\Release\ ``` ## Contribute @@ -64,7 +64,7 @@ Feel free to clone, send pull requests or fork this repository. ## License -[Apache Version 2.0](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/LICENSE) +[Apache Version 2.0](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/blob/master/LICENSE) ## Credits From d8867db7a5e22790f02195d03c32eea65d9e52b3 Mon Sep 17 00:00:00 2001 From: Raul Sebastian Date: Fri, 27 Oct 2017 11:01:45 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2cf1787..c5af313 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Windows Spotlight Wallpaper - If you enjoy the windows spotlight images and would like to have a copy of the pictures locally or have the same windows background as the dynamic spotlight lockscreen, this simple tool will help you.