mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Windows: Fixing windows setup
This commit is contained in:
parent
66d6b27e38
commit
cc39bfc5ff
@ -9,7 +9,7 @@ AppUpdatesURL=https://github.com/AnonymusRaccoon/Kyoo
|
|||||||
DefaultDirName={commonpf}\Kyoo
|
DefaultDirName={commonpf}\Kyoo
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
LicenseFile={#kyoo}\LICENSE
|
LicenseFile={#kyoo}\LICENSE
|
||||||
SetupIconFile={#kyoo}\wwwroot\favicon.ico
|
SetupIconFile={#kyoo}\wwwroot\icon-256x256.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
@ -54,7 +54,7 @@ procedure InitializeWizard;
|
|||||||
begin
|
begin
|
||||||
DataDirPage := CreateInputDirPage(wpSelectDir,
|
DataDirPage := CreateInputDirPage(wpSelectDir,
|
||||||
'Choose Data Location', 'Choose the folder in which to install the Kyoo data',
|
'Choose Data Location', 'Choose the folder in which to install the Kyoo data',
|
||||||
'The installer will set the following folder for Kyoo. To install in a different folder, click Browse and select another folder.' +
|
'The installer will set the following folder for Kyoo. To install in a different folder, click Browse and select another folder.' +
|
||||||
'Please make sure the folder exists and is accessible. Do not choose the server install folder. Click Next to continue.',
|
'Please make sure the folder exists and is accessible. Do not choose the server install folder. Click Next to continue.',
|
||||||
False, '');
|
False, '');
|
||||||
DataDirPage.Add('');
|
DataDirPage.Add('');
|
||||||
@ -64,4 +64,4 @@ end;
|
|||||||
function GetDataDir(Param: String): String;
|
function GetDataDir(Param: String): String;
|
||||||
begin
|
begin
|
||||||
Result := DataDirPage.Values[0];
|
Result := DataDirPage.Values[0];
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user