Skip to content

Commit

Permalink
Bumpy ride
Browse files Browse the repository at this point in the history
  • Loading branch information
coffandro committed Jul 26, 2024
1 parent fe5ef1b commit 76b4a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions FOLON-Downgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,9 +871,7 @@ def main(steampath=None):
shutil.copy(
Util.resource_path("img/FOLONBackground.png"), "FOLON-Downgrader-Files/"
)
shutil.copy(
Util.resource_path("DepotsList.txt"), "FOLON-Downgrader-Files/"
)
shutil.copy(Util.resource_path("DepotsList.txt"), "FOLON-Downgrader-Files/")

app = QApplication(sys.argv)
CSSFile = Util.resource_path("FOLON.css")
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ StringFileInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'FOLON Team'),
StringStruct(u'FileDescription', u'Downgrades Fallout 4'),
StringStruct(u'FileVersion', u'1.5.2'),
StringStruct(u'FileVersion', u'1.5.3'),
StringStruct(u'InternalName', u'FOLON-Downgrader'),
StringStruct(u'LegalCopyright', u'Copyright (c) FOLON Team'),
StringStruct(u'OriginalFilename', u'FOLON-Downgrader.exe'),
Expand Down

0 comments on commit 76b4a73

Please sign in to comment.