|
@ -15,7 +15,7 @@ $here/prepare-hw.sh || exit 1 |
|
|
echo "Resetting modification time in C:\Python..." |
|
|
echo "Resetting modification time in C:\Python..." |
|
|
# (Because of some bugs in pyinstaller) |
|
|
# (Because of some bugs in pyinstaller) |
|
|
pushd /opt/wine64/drive_c/python* |
|
|
pushd /opt/wine64/drive_c/python* |
|
|
find -type f -exec touch -d '2000-11-11 11:11:11' {} + |
|
|
find -type f -exec touch -d '2000-11-11T11:11:11+00:00' {} + |
|
|
popd |
|
|
popd |
|
|
ls -l /opt/wine64/drive_c/python* |
|
|
ls -l /opt/wine64/drive_c/python* |
|
|
|
|
|
|
|
|