Add example/uwp/Telegram.Td.UWP.nuspec to the list of files with TDLib version.
This commit is contained in:
parent
5abcf24f1f
commit
c18e6606ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user