Skip to content

Commit

Permalink
release v2.0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Aug 11, 2022
1 parent 22bd015 commit 4ba7277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ 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.4 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.4)
##### Version: v2.0.2.8 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.8)
- [`Installer`][direct-full-win32]

SHA256: 4cc1cc320a94504486e27a9e2c9fd9a2394fe7b48014f429e177eef43163419c
SHA256: e563c77218725f614135fc66d73ec8f8fa45daf37942d207baabafa7163eb847


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

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

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

[Code]
var
Expand Down

0 comments on commit 4ba7277

Please sign in to comment.