mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
patchupdate.py: Allow to run from arbitrary working directory.
This commit is contained in:
parent
6a8261887f
commit
26d8a27276
3
debian/tools/patchupdate.py
vendored
3
debian/tools/patchupdate.py
vendored
@ -794,6 +794,9 @@ if __name__ == "__main__":
|
||||
raise RuntimeError("CTRL+C pressed")
|
||||
signal.signal(signal.SIGINT, _sig_int)
|
||||
|
||||
tools_directory = os.path.dirname(os.path.realpath(__file__))
|
||||
os.chdir(os.path.join(tools_directory, "./../.."))
|
||||
|
||||
try:
|
||||
|
||||
# Get information about Wine and Staging version
|
||||
|
Loading…
x
Reference in New Issue
Block a user