Skip to content

Commit

Permalink
Release v2.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Nov 15, 2022
1 parent 84ff542 commit 7517739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4.5</AssemblyVersion>
<AssemblyVersion>2.0.5.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.4.0"
#define MyAppVersion "2.0.5.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.9-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\windowsdesktop-runtime-7.0.0-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.9-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.9') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.9...
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...

[Code]
var
Expand Down

0 comments on commit 7517739

Please sign in to comment.