Skip to content

Commit c174ee7

Browse files
committed
1 parent f51a787 commit c174ee7

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,11 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages
107107

108108
**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
109109
## Download
110-
##### Version: v2.0 (Windows 10 1809 or above)
110+
##### Microsoft Store (Windows 10 1809 or above)
111111

112112
<a href='//www.microsoft.com/store/apps/9ntm2qc6qws7?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png' alt='English badge' width="142px" height="52px"/></a>
113113

114-
##### Version: v2.0.3.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.3.2)
115-
- [`Installer`][direct-full-win32]
116-
117-
SHA256: 19286d360fd6197cf4eea6130a93eb28de30a266d58b0f94c4a55662f00732a2
118-
119-
120-
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.3.2/lively_setup_x86_full_v2032.exe
114+
##### [Installer (Windows 10 1903 or above)](https://github.com/rocksdanister/lively/releases/latest)
121115

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

src/Lively/Lively/Lively.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<StartupObject></StartupObject>
88
<ApplicationIcon>appicon.ico</ApplicationIcon>
99
<ApplicationManifest>app.manifest</ApplicationManifest>
10-
<AssemblyVersion>2.0.3.7</AssemblyVersion>
10+
<AssemblyVersion>2.0.4.0</AssemblyVersion>
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/installer/Script.iss

+3-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 "2.0.3.2"
5+
#define MyAppVersion "2.0.4.0"
66
#define MyAppPublisher "rocksdanister"
77
#define MyAppURL "https://github.com/rocksdanister/lively"
88
#define MyAppExeName "Lively.exe"
@@ -77,7 +77,7 @@ Source: "VC\VC_redist.x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
7777
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
7878
Source: "Release\Lively.exe"; DestDir: "{app}"; Flags: ignoreversion;
7979
Source: "Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs;
80-
Source: "dotnetcore\windowsdesktop-runtime-6.0.8-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
80+
Source: "dotnetcore\windowsdesktop-runtime-6.0.9-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
8181
Source: "dotnetcore\netcorecheck.exe"; DestDir: {tmp}; Flags: deleteafterinstall
8282

8383
[Icons]
@@ -89,7 +89,7 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang
8989
;skipifsilent
9090
Filename: "{tmp}\VC_redist.x86.exe"; Parameters: /install /quiet /norestart; Check: VCRedistNeedsInstall and DependencyInstall; StatusMsg: Installing Visual C++ Redistributable...
9191
;Filename: "{tmp}\WindowsAppRuntimeInstall_x86.exe"; Parameters: --quiet; Check: DependencyInstall; Flags: runhidden; StatusMsg: Installing Windows App SDK...
92-
Filename: "{tmp}\windowsdesktop-runtime-6.0.8-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.8') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.8...
92+
Filename: "{tmp}\windowsdesktop-runtime-6.0.9-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.9') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.9...
9393

9494
[Code]
9595
var

0 commit comments

Comments
 (0)