anki/qt/po/scripts/upload-latest-template
evandrocoan 20c9837770 Created the .github/workflows/windows.yml
# Conflicts:
#	.github/scripts/trailing-newlines.sh
#	Makefile
#	qt/tools/typecheck-setup.sh
#	react/Makefile
#	rspy/Makefile
#	svelte/Makefile
#	tslib/Makefile
2020-03-23 19:51:03 -03:00

7 lines
136 B
Bash
Executable File

#!/bin/bash
set -eu -o pipefail ${SHELLFLAGS}
scripts/update-po-template
(cd repo && git add desktop; git commit -m update; git push)