aboutsummaryrefslogtreecommitdiffhomepage
path: root/update_version.sh
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-03-25 09:19:24 +0300
committerlevlam <levlam@telegram.org>2023-03-25 09:19:24 +0300
commitc18e6606ed6324464812928657c112d39ebb31ee (patch)
treedd7ad455e8d2a11159540e698a71f1242d1e00a8 /update_version.sh
parent5abcf24f1fe5adffa5744c5bebef1e48bea5a1fa (diff)
Add example/uwp/Telegram.Td.UWP.nuspec to the list of files with TDLib version.
Diffstat (limited to 'update_version.sh')
-rwxr-xr-xupdate_version.sh2
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