| Index: gn/win_stamp.py
|
| diff --git a/infra/bots/assets/__init__.py b/gn/win_stamp.py
|
| similarity index 67%
|
| copy from infra/bots/assets/__init__.py
|
| copy to gn/win_stamp.py
|
| index 78953f5f512edad7849dc6b3df50a11566da5a9e..3d23dd80a3ed6d37be8503b34ddc08158597509e 100644
|
| --- a/infra/bots/assets/__init__.py
|
| +++ b/gn/win_stamp.py
|
| @@ -4,3 +4,8 @@
|
| #
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| +
|
| +# Implement stamp for windows.
|
| +
|
| +import sys
|
| +open(sys.argv[1], 'w').close()
|
|
|