Skip to content

Commit

Permalink
release v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Jun 1, 2021
1 parent e5fc3b7 commit 11d88d6
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 106 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Just drag & drop files, webpages to set as wallpaper..
<img src="/resources/wallpaper_yt.gif" width="600" height="338"/>

* Just drag & drop stream links.
* Video quality is adjustable in settings.
* Adjustable video quality.
* Autofills wallpaper data.
#### Shaders
<img src="/resources/wallpaper_shadertoy.gif" width="600" height="338"/>

Expand Down Expand Up @@ -108,12 +109,12 @@ Just drag & drop files, webpages to set as wallpaper..

**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
## Download
##### Latest version: v1.5.0.0 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.5.0.0)
##### Latest version: v1.6.0.0 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.6.0.0)
- [`Installer`][direct-full-win32]

SHA256: 88e06ffce63c9588478875b29ab49f40324187f227e0fc1491d4969a3c96a158
SHA256: 522bd24b41b3cb8c6c8732da04cb6b2fd13b98b159a1ced21ea98d8bce1ba8b5

[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.5.0.0/lively_setup_x86_full_v1500.exe
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.6.0.0/lively_setup_x86_full_v1600.exe

Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9)

Expand Down
Binary file modified resources/wallpaper_yt.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/installer/Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; https://jrsoftware.org/isinfo.php

#define MyAppName "Lively Wallpaper"
#define MyAppVersion "1.5.0.0"
#define MyAppVersion "1.6.0.0"
#define MyAppPublisher "rocksdanister"
#define MyAppURL "https://github.com/rocksdanister/lively"
#define MyAppExeName "livelywpf.exe"
Expand Down Expand Up @@ -72,7 +72,7 @@ Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType:

[Files]
Source: "VC\VC_redist.x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\windowsdesktop-runtime-3.1.14-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\windowsdesktop-runtime-3.1.15-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\netcorecheck.exe"; DestDir: {tmp}; Flags: deleteafterinstall

; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Expand All @@ -88,7 +88,7 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang
;skipifsilent
Filename: "{tmp}\VC_redist.x86.exe"; Parameters: /install /quiet /norestart; Check: VCRedistNeedsInstall and DependencyInstall; StatusMsg: Installing Visual C++ Redistributable...
;todo:write loop for Check
Filename: "{tmp}\windowsdesktop-runtime-3.1.14-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('3.1.7') and NetCoreNeedsInstall('3.1.8') and NetCoreNeedsInstall('3.1.9') and NetCoreNeedsInstall('3.1.10') and NetCoreNeedsInstall('3.1.11') and NetCoreNeedsInstall('3.1.12') and NetCoreNeedsInstall('3.1.13') and NetCoreNeedsInstall('3.1.14') and DependencyInstall; StatusMsg: Installing .Net Core 3.1...
Filename: "{tmp}\windowsdesktop-runtime-3.1.15-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('3.1.7') and NetCoreNeedsInstall('3.1.8') and NetCoreNeedsInstall('3.1.9') and NetCoreNeedsInstall('3.1.10') and NetCoreNeedsInstall('3.1.11') and NetCoreNeedsInstall('3.1.12') and NetCoreNeedsInstall('3.1.13') and NetCoreNeedsInstall('3.1.14') and NetCoreNeedsInstall('3.1.15') and DependencyInstall; StatusMsg: Installing .Net Core 3.1...

[Code]
var
Expand Down
Loading

0 comments on commit 11d88d6

Please sign in to comment.