Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
skanda890 authored Aug 5, 2024
2 parents c2200d6 + 712ab3a commit 7f40b46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-tolgee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_dispatch:
jobs:
load-translations:
if: github.repository == 'marticliment/UniGetUI'
runs-on: ubuntu-latest

steps:
Expand Down
9 changes: 6 additions & 3 deletions UniGetUI.iss
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,12 @@ end;
function InitializeSetup: Boolean;
begin
Dependency_AddVC2015To2022;
Dependency_AddWebView2;
Result := True;
try
Dependency_AddVC2015To2022;
Dependency_AddWebView2;
Result := True;
except
end;
end;
Expand Down

0 comments on commit 7f40b46

Please sign in to comment.