Skip to content

Commit

Permalink
release v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed May 13, 2021
1 parent 0205f92 commit 93830aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@




# Lively Wallpaper
[![GitHub release](https://img.shields.io/github/release/rocksdanister/lively/all.svg)](https://github.com/rocksdanister/lively/releases)
[![Github all releases](https://img.shields.io/github/downloads/rocksdanister/lively/total.svg)](https://github.com/rocksdanister/lively/releases)
Expand Down Expand Up @@ -84,7 +80,7 @@ Just drag & drop files, webpages to set as wallpaper..
* Powerful set of API for developers to create interactive wallpapers.
* Get system information, audio graph, music information..
* [Learn more..](https://github.com/rocksdanister/lively/wiki/API)
#### Taskbar customization
#### Taskbar Customization
<img src="/resources/taskbar_theme.gif" width="600" height="338"/>

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

**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
## Download
##### 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)
##### 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)
- [`Installer`][direct-full-win32]

SHA256: b07779164a9aa4803d270e67450de7e529e84a5ca37968900e82a204fa1d1d4f
SHA256: 88e06ffce63c9588478875b29ab49f40324187f227e0fc1491d4969a3c96a158

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

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

Expand Down
7 changes: 4 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.2.0.4"
#define MyAppVersion "1.5.0.0"
#define MyAppPublisher "rocksdanister"
#define MyAppURL "https://github.com/rocksdanister/lively"
#define MyAppExeName "livelywpf.exe"
Expand Down Expand Up @@ -51,6 +51,7 @@ WizardSmallImageFile=Theme\wizard_small.bmp
WizardImageFile=Theme\wizard_large.bmp
;Default is hide the welcome page, ms guidelines
DisableWelcomePage=no
UninstallDisplayIcon={app}\{#MyAppExeName}

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"; LicenseFile: "License\License.txt";
Expand All @@ -71,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.13-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\windowsdesktop-runtime-3.1.14-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 @@ -87,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.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...
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...

[Code]
var
Expand Down

0 comments on commit 93830aa

Please sign in to comment.