Skip to content

Commit 7517739

Browse files
committed
1 parent 84ff542 commit 7517739

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.4.5</AssemblyVersion>
10+
<AssemblyVersion>2.0.5.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.4.0"
5+
#define MyAppVersion "2.0.5.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.9-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
80+
Source: "dotnetcore\windowsdesktop-runtime-7.0.0-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.9-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.9') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.9...
92+
Filename: "{tmp}\windowsdesktop-runtime-7.0.0-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('7.0.0') and DependencyInstall; StatusMsg: Installing .Net Core 7.0.0...
9393

9494
[Code]
9595
var

0 commit comments

Comments
 (0)