@@ -83,13 +83,11 @@ Source: "..\{#SourcePath}\*.deps.json"; DestDir: "{app}\{#VersionFolder}";
8383Source : " ..\{#SourcePath}\*.dll.config" ; DestDir : " {app} \{#VersionFolder}" ;
8484Source : " ..\{#SourcePath}\Resources\ProtonVPN.InstallActions.dll" ; DestDir : " {app} \{#VersionFolder}" ; Flags : signonce;
8585
86- Source : " ..\{#SourcePath}\en-US\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\en-US" ; Flags : signonce;
8786Source : " ..\{#SourcePath}\cs-CZ\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\cs-CZ" ; Flags : signonce;
8887Source : " ..\{#SourcePath}\de-DE\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\de-DE" ; Flags : signonce;
8988Source : " ..\{#SourcePath}\fa-IR\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\fa-IR" ; Flags : signonce;
9089Source : " ..\{#SourcePath}\fr-FR\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\fr-FR" ; Flags : signonce;
9190Source : " ..\{#SourcePath}\nl-NL\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\nl-NL" ; Flags : signonce;
92- Source : " ..\{#SourcePath}\hr-HR\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\hr-HR" ; Flags : signonce;
9391Source : " ..\{#SourcePath}\id-ID\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\id-ID" ; Flags : signonce;
9492Source : " ..\{#SourcePath}\it-IT\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\it-IT" ; Flags : signonce;
9593Source : " ..\{#SourcePath}\pl-PL\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\pl-PL" ; Flags : signonce;
@@ -110,7 +108,6 @@ Source: "..\{#SourcePath}\zh-TW\ProtonVPN.Translations.resources.dll"; DestDir:
110108Source : " ..\{#SourcePath}\sv-SE\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\sv-SE" ; Flags : signonce;
111109Source : " ..\{#SourcePath}\ja-JP\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\ja-JP" ; Flags : signonce;
112110Source : " ..\{#SourcePath}\sk-SK\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\sk-SK" ; Flags : signonce;
113- Source : " ..\{#SourcePath}\nn-NO\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\nn-NO" ; Flags : signonce;
114111Source : " ..\{#SourcePath}\nb-NO\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\nb-NO" ; Flags : signonce;
115112Source : " ..\{#SourcePath}\sl-SI\ProtonVPN.Translations.resources.dll" ; DestDir : " {app} \{#VersionFolder}\sl-SI" ; Flags : signonce;
116113
@@ -354,7 +351,7 @@ begin
354351 ProductDriveCheckBox.Left := ScaleX(Padding);
355352 ProductDriveCheckBox.Width := ScaleX(14 );
356353 ProductDriveCheckBox.Height := ScaleY(14 );
357- ProductDriveCheckBox.Checked := not IsProductDriveInstalled and not IsArm64; // Drive doesn't work on arm64
354+ ProductDriveCheckBox.Checked := not IsProductDriveInstalled;
358355
359356 ProductDriveImage := TBitmapImage.Create(ProductDrivePanel);
360357 ProductDriveImage.Parent := ProductDrivePanel;
@@ -386,8 +383,7 @@ begin
386383 ProductDrivePanelOverlay.Transparent := True;
387384 ProductDrivePanelOverlay.OnClick := @OnProductDriveClick;
388385
389- // Drive doesn't work on arm64
390- if IsProductDriveInstalled or IsArm64 then begin
386+ if IsProductDriveInstalled then begin
391387 ProductDrivePanel.Visible := False;
392388 ProductDrivePanel.Height := 0 ;
393389 ProductPadding := 0 ;
0 commit comments