diff --git a/README.md b/README.md index e1a437e..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. @@ -17,7 +16,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 +25,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 +34,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 +43,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 +53,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 +63,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