1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-05 06:41:23 +00:00

added -DMUSICDESTDIR

This commit is contained in:
Zeno Rogue
2017-03-31 22:10:05 +02:00
parent b7450edef5
commit 0d7d2cf825
5 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# set the version numbers in hyper.rc automatically
export VER=`grep "#define VER " hyper.cpp | sed "s/#define VER \"//" | sed "s/\"//"`
#export VERNUM=`grep "#define VERNUM " hyper.cpp | sed "s/#define VERNUM //" | sed "s/^\(.\)\(.\)\(.\)\(.\)$/\1.\2.\4.\3/"`
VERNUM=9,4,0,3
VERNUM=9,4,0,4
#VERNUM=8.1.7.0
#echo $VERNUM
sed "s/\"ProductVersion\", \"\(.*\)\"/\"ProductVersion\", \"$VER\"/" -i hyper.rc