1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Add PKGBUILD for AUR package

This commit is contained in:
Dummerle 2021-03-17 10:02:03 +01:00
parent 419f7ca297
commit 6fc70824f2
2 changed files with 1 additions and 3 deletions

1
.github/rare vendored Submodule

@ -0,0 +1 @@
Subproject commit f689dacef1b8902da34aae7eff85a1bbe8e0a0a4

View file

@ -774,9 +774,6 @@ class LegendaryCore:
no_install = repair_use_latest is False
repair_file = os.path.join(self.lgd.get_tmp_path(), f'{app_name}.repair')
if not self.login():
raise RuntimeError('Login failed! Cannot continue with download process.')
if file_prefix_filter or file_exclude_filter or file_install_tag:
no_install = True