Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 2432f1b

Browse files
committed
Move Finished page to offline installer
1 parent b81f7ed commit 2432f1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Elixir.iss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ DefaultGroupName=Elixir
2424
OutputBaseFilename=elixir-v{#ElixirVersion}-setup
2525
#ifdef SkipPages
2626
DisableWelcomePage=True
27-
DisableFinishedPage=True
2827
#endif
2928
WizardImageFile=assets\drop_banner_hd.bmp
3029
WizardSmallImageFile=assets\null.bmp

ElixirWeb.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
AppName=Elixir
2323
AppVersion=0.52
2424
CreateAppDir=no
25+
DisableFinishedPage=True
2526
OutputBaseFilename=elixir-websetup
2627
WizardImageFile=assets\drop_banner_hd.bmp
2728
WizardSmallImageFile=assets\null.bmp

0 commit comments

Comments
 (0)