Skip to content

Commit

Permalink
does this fix work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelsuft committed Jul 5, 2023
1 parent 9f91431 commit a7d617a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def unzip_gdl(self) -> None:
self.logger.log('Other size 0 is', len(self.binary_data))
for fn in ('gdl_patches.json', 'ru_ru.json', 'ru_ru_locations.json', 'minhook.x32.dll'):
self.app.write_binary(os.path.join(self.install_game_path, fn), files[fn])
if self.ui.defaultType.isChecked():
if not self.installer_data and self.ui.defaultType.isChecked(): # Please work
try:
self.app.write_binary(os.path.join(self.install_game_path, 'xinput9_1_0.dll'), files['xinput9_1_0.dll'])
except Exception as err:
Expand Down

0 comments on commit a7d617a

Please sign in to comment.