Skip to content

Commit

Permalink
Release v2.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Oct 7, 2022
1 parent f51a787 commit c174ee7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,11 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages

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

<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>

##### Version: v2.0.3.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.3.2)
- [`Installer`][direct-full-win32]

SHA256: 19286d360fd6197cf4eea6130a93eb28de30a266d58b0f94c4a55662f00732a2


[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.3.2/lively_setup_x86_full_v2032.exe
##### [Installer (Windows 10 1903 or above)](https://github.com/rocksdanister/lively/releases/latest)

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

Expand Down
2 changes: 1 addition & 1 deletion src/Lively/Lively/Lively.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<StartupObject></StartupObject>
<ApplicationIcon>appicon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyVersion>2.0.3.7</AssemblyVersion>
<AssemblyVersion>2.0.4.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
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 "2.0.3.2"
#define MyAppVersion "2.0.4.0"
#define MyAppPublisher "rocksdanister"
#define MyAppURL "https://github.com/rocksdanister/lively"
#define MyAppExeName "Lively.exe"
Expand Down Expand Up @@ -77,7 +77,7 @@ Source: "VC\VC_redist.x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: "Release\Lively.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs;
Source: "dotnetcore\windowsdesktop-runtime-6.0.8-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\windowsdesktop-runtime-6.0.9-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\netcorecheck.exe"; DestDir: {tmp}; Flags: deleteafterinstall

[Icons]
Expand All @@ -89,7 +89,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...
;Filename: "{tmp}\WindowsAppRuntimeInstall_x86.exe"; Parameters: --quiet; Check: DependencyInstall; Flags: runhidden; StatusMsg: Installing Windows App SDK...
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...
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...

[Code]
var
Expand Down

0 comments on commit c174ee7

Please sign in to comment.