Add example/uwp/Telegram.Td.UWP.nuspec to the list of files with TDLib version.

This commit is contained in:
levlam 2023-03-25 09:19:24 +03:00
parent 5abcf24f1f
commit c18e6606ed

View File

@ -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