mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
remove old windows 7z binaries and Inno Setup Script ISS (#575)
* Delete 7z.dll * Delete 7z.exe * Delete Additional-LICENSE.txt * Delete InstallWarning.rtf * Update kcc.iss * Update kcc.py * Update .dockerignore * Delete kcc.iss
This commit is contained in:
6
kcc.py
6
kcc.py
@@ -56,11 +56,7 @@ elif sys.platform.startswith('win'):
|
||||
os.environ['PATH'] += os.pathsep + os.pathsep.join(win_paths)
|
||||
os.chdir(os.path.dirname(os.path.abspath(sys.executable)))
|
||||
else:
|
||||
os.environ['PATH'] += os.pathsep + os.pathsep.join(win_paths +
|
||||
[
|
||||
os.path.dirname(os.path.abspath(__file__)) + '/other/windows/',
|
||||
]
|
||||
)
|
||||
os.environ['PATH'] += os.pathsep + os.pathsep.join(win_paths)
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
# Load additional Sentry configuration
|
||||
# if getattr(sys, 'frozen', False):
|
||||
|
||||
Reference in New Issue
Block a user