From 5f8e7ce32490a472db4e22632ff33fe9d122751d Mon Sep 17 00:00:00 2001 From: Zibri Date: Thu, 2 Nov 2023 21:58:26 +0200 Subject: [PATCH] Update my_build.sh --- my_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/my_build.sh b/my_build.sh index 97d8593..f178919 100644 --- a/my_build.sh +++ b/my_build.sh @@ -56,10 +56,11 @@ esac export SVN_REVISION_OVERRIDE=$(curl -s "http://svn.code.sf.net/p/vice-emu/code/"|grep -i revis|cut -d " " -f 5|cut -d" " -f3|tail -n 1|cut -d ":" -f 1) export PATH="/c/Program Files/TortoiseSVN/bin:$PATH" -sed -i "s/The %s Emulator/𝓩𝓲𝓫𝓻𝓲'𝓼 𝓑𝓾𝓲𝓡𝓭./" src/arch/gtk3/uiabout.c +#sed -i "s/The %s Emulator/𝓩𝓲𝓫𝓻𝓲'𝓼 𝓑𝓾𝓲𝓡𝓭./" src/arch/gtk3/uiabout.c ./autogen.sh export USE_SVN_REVISION=1 ./configure SVN_REVISION_OVERRIDE=$(curl -s "http://svn.code.sf.net/p/vice-emu/code/"|grep -i revis|cut -d " " -f 5|cut -d" " -f3|tail -n 1|cut -d ":" -f 1) $ARGS +patch -p0 <../patches.zibri make -j8 clean sync sed -i "s/svnversion \$TOPSRCDIR/$SVN_REVISION_OVERRIDE/g" src/arch/gtk3/make-bindist_win32.sh