Skip to content

Commit

Permalink
Updated to v1.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
7gxycn08 authored Feb 4, 2024
1 parent 77a0f78 commit 677028f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions ForceAutoHDR.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ def add_exe_to_reg():
registry_path = fr"{base_path}\{key_name}"
key = None
try:
(winreg.CreateKey
(winreg.HKEY_LOCAL_MACHINE, r"Software\Microsoft\Direct3D"))
(winreg.CreateKey
(winreg.HKEY_LOCAL_MACHINE, r"Software\Microsoft\Direct3D\D3DBehaviors"))
(winreg.CreateKey
(winreg.HKEY_LOCAL_MACHINE, fr"Software\Microsoft\Direct3D\{key_name}"))

key = winreg.CreateKeyEx(winreg.HKEY_CURRENT_USER, registry_path, 0, winreg.KEY_SET_VALUE)

value_name_str = key_name
Expand Down
4 changes: 2 additions & 2 deletions file_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'7gxycn08@github.com'),
StringStruct(u'FileDescription', u'Force AutoHDR In Unsupported Games.'),
StringStruct(u'FileVersion', u'1.0.0.1'),
StringStruct(u'FileVersion', u'1.0.0.2'),
StringStruct(u'InternalName', u'ForceAutoHDR'),
StringStruct(u'LegalCopyright', u'© 7gxycn08@github.com All rights reserved.'),
StringStruct(u'OriginalFilename', u'ForceAutoHDR.exe'),
StringStruct(u'ProductName', u'Force Auto HDR'),
StringStruct(u'ProductVersion', u'1.0.0.1')])
StringStruct(u'ProductVersion', u'1.0.0.2')])
]),
VarFileInfo([VarStruct(u'Translation', [0, 1200, 1033, 1252])])
]
Expand Down

0 comments on commit 677028f

Please sign in to comment.