From f55d6236b6aa1c80b719353c344d1c5679b735a7 Mon Sep 17 00:00:00 2001 From: Oliver Kogel Date: Tue, 11 Aug 2020 22:35:31 +0200 Subject: [PATCH] Pull updates from master branch --- update.bat | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update.bat b/update.bat index e29fe5d..34de7b5 100644 --- a/update.bat +++ b/update.bat @@ -1,6 +1,6 @@ rem Update the build folder cd .\build -set "GIT_DHGE_LATEX_HOME=https://raw.githubusercontent.com/RvNovae/dhge-latex/develop/build" +set "GIT_DHGE_LATEX_HOME=https://raw.githubusercontent.com/RvNovae/dhge-latex/master/build" curl %GIT_DHGE_LATEX_HOME%/template.tex -o template.tex mkdir components curl %GIT_DHGE_LATEX_HOME%/components/com.tex -o components/com.tex diff --git a/update.sh b/update.sh index 6c8feb9..e5d1aeb 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ echo Update the build folder cd build/ -GIT_DHGE_LATEX_HOME="https://raw.githubusercontent.com/RvNovae/dhge-latex/develop/build" +GIT_DHGE_LATEX_HOME="https://raw.githubusercontent.com/RvNovae/dhge-latex/master/build" curl ${GIT_DHGE_LATEX_HOME}/template.tex -o template.tex mkdir components curl ${GIT_DHGE_LATEX_HOME}/components/com.tex -o components/com.tex