Skip to content

Commit

Permalink
Update my_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibri authored Nov 2, 2023
1 parent 409aed1 commit 5f8e7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion my_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f8e7ce

Please sign in to comment.