Skip to content

Commit

Permalink
Release v2.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Sep 5, 2022
1 parent 54b7d41 commit 4047043
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages

<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.2.8 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.8)
##### 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: e563c77218725f614135fc66d73ec8f8fa45daf37942d207baabafa7163eb847
SHA256: 19286d360fd6197cf4eea6130a93eb28de30a266d58b0f94c4a55662f00732a2


[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.2.8/lively_setup_x86_full_v2028.exe
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.3.2/lively_setup_x86_full_v2032.exe

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

[Which version do I download?](https://github.com/rocksdanister/lively/wiki/Differences-Between-Distributions)

Expand Down
1 change: 1 addition & 0 deletions src/Lively/Lively.PlayerWebView2/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Interop;
using System.Windows.Media.Imaging;

namespace Lively.PlayerWebView2
Expand Down
2 changes: 1 addition & 1 deletion src/Lively/Lively.UI.WinUI/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="12030rocksdanister.LivelyWallpaper"
Publisher="CN=D80CB9E2-21E6-4D9B-8533-660C768F3C5B"
Version="1.0.125.0" />
Version="1.0.126.0" />

<mp:PhoneIdentity PhoneProductId="04bfe68a-b076-487d-957e-c3eea0ef5dd3" PhonePublisherId="1decb601-e64f-4088-bc00-0e28637c9926" />

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.1</AssemblyVersion>
<AssemblyVersion>2.0.3.2</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.2.8"
#define MyAppVersion "2.0.3.2"
#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.7-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\windowsdesktop-runtime-6.0.8-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.7-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.7') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.7...
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...

[Code]
var
Expand Down

0 comments on commit 4047043

Please sign in to comment.