18 Sep
2016
18 Sep
'16
11:19 a.m.
https://bugs.winehq.org/show_bug.cgi?id=33845 --- Comment #30 from maokei <rickard.joh(a)gmail.com> --- I used a simple bash script to do the replacement, seem to get the job done: #!/bin/bash while : do echo "watching to replace"; if [ -e "Launcher.exe.tmp" ]; then mv Launcher.exe.tmp Launcher.exe; echo "Replaced we are all done here!"; exit; fi sleep 0.5; done -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.