Skip to content

Commit 93830aa

Browse files
committed
release v1.5
1 parent 0205f92 commit 93830aa

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
# Lively Wallpaper
62
[![GitHub release](https://img.shields.io/github/release/rocksdanister/lively/all.svg)](https://github.com/rocksdanister/lively/releases)
73
[![Github all releases](https://img.shields.io/github/downloads/rocksdanister/lively/total.svg)](https://github.com/rocksdanister/lively/releases)
@@ -84,7 +80,7 @@ Just drag & drop files, webpages to set as wallpaper..
8480
* Powerful set of API for developers to create interactive wallpapers.
8581
* Get system information, audio graph, music information..
8682
* [Learn more..](https://github.com/rocksdanister/lively/wiki/API)
87-
#### Taskbar customization
83+
#### Taskbar Customization
8884
<img src="/resources/taskbar_theme.gif" width="600" height="338"/>
8985

9086
* Several system taskbar theme : Clear, Blur, Fluent..
@@ -112,12 +108,12 @@ Just drag & drop files, webpages to set as wallpaper..
112108

113109
**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
114110
## Download
115-
##### Latest version: v1.4.0.0 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.4.0.0)
111+
##### 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)
116112
- [`Installer`][direct-full-win32]
117113

118-
SHA256: b07779164a9aa4803d270e67450de7e529e84a5ca37968900e82a204fa1d1d4f
114+
SHA256: 88e06ffce63c9588478875b29ab49f40324187f227e0fc1491d4969a3c96a158
119115

120-
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.4.0.0/lively_setup_x86_full_v1400.exe
116+
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.5.0.0/lively_setup_x86_full_v1500.exe
121117

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

src/installer/Script.iss

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; https://jrsoftware.org/isinfo.php
33

44
#define MyAppName "Lively Wallpaper"
5-
#define MyAppVersion "1.2.0.4"
5+
#define MyAppVersion "1.5.0.0"
66
#define MyAppPublisher "rocksdanister"
77
#define MyAppURL "https://github.com/rocksdanister/lively"
88
#define MyAppExeName "livelywpf.exe"
@@ -51,6 +51,7 @@ WizardSmallImageFile=Theme\wizard_small.bmp
5151
WizardImageFile=Theme\wizard_large.bmp
5252
;Default is hide the welcome page, ms guidelines
5353
DisableWelcomePage=no
54+
UninstallDisplayIcon={app}\{#MyAppExeName}
5455

5556
[Languages]
5657
Name: "english"; MessagesFile: "compiler:Default.isl"; LicenseFile: "License\License.txt";
@@ -71,7 +72,7 @@ Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType:
7172

7273
[Files]
7374
Source: "VC\VC_redist.x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
74-
Source: "dotnetcore\windowsdesktop-runtime-3.1.13-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
75+
Source: "dotnetcore\windowsdesktop-runtime-3.1.14-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
7576
Source: "dotnetcore\netcorecheck.exe"; DestDir: {tmp}; Flags: deleteafterinstall
7677

7778
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
@@ -87,7 +88,7 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang
8788
;skipifsilent
8889
Filename: "{tmp}\VC_redist.x86.exe"; Parameters: /install /quiet /norestart; Check: VCRedistNeedsInstall and DependencyInstall; StatusMsg: Installing Visual C++ Redistributable...
8990
;todo:write loop for Check
90-
Filename: "{tmp}\windowsdesktop-runtime-3.1.13-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 DependencyInstall; StatusMsg: Installing .Net Core 3.1...
91+
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...
9192

9293
[Code]
9394
var

0 commit comments

Comments
 (0)