diff options
| -rwxr-xr-x | update_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_version.sh b/update_version.sh index b8ff5c658..e1d3a2a4d 100755 --- a/update_version.sh +++ b/update_version.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cd $(dirname $0) -COMMIT_FILES="README.md example/cpp/CMakeLists.txt example/uwp/extension.vsixmanifest td/telegram/OptionManager.cpp" +COMMIT_FILES="example/cpp/CMakeLists.txt example/uwp/extension.vsixmanifest example/uwp/Telegram.Td.UWP.nuspec README.md td/telegram/OptionManager.cpp" # check arguemnt '-i' to drop all fixed files list. for arg in "$@"; do if [[ "$arg" == "-i" ]]; then COMMIT_FILES=""; break; fi; done |
