diff --git a/Linux/deploy/Makefile.example b/Linux/deploy/Makefile.exmp similarity index 100% rename from Linux/deploy/Makefile.example rename to Linux/deploy/Makefile.exmp diff --git a/Linux/deploy/bungloo.desktop b/Linux/deploy/bungloo.desktop.exmp similarity index 94% rename from Linux/deploy/bungloo.desktop rename to Linux/deploy/bungloo.desktop.exmp index 15a8e69..d21b077 100644 --- a/Linux/deploy/bungloo.desktop +++ b/Linux/deploy/bungloo.desktop.exmp @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.0 +Version={VERSION} Comment=Tent is a distributed social network protocol and Bungloo is one of the clients using it. Exec=/usr/bin/bungloo GenericName=Tent Client diff --git a/Linux/deploy/deploy.sh b/Linux/deploy/deploy.sh index 06d363f..684e274 100755 --- a/Linux/deploy/deploy.sh +++ b/Linux/deploy/deploy.sh @@ -16,8 +16,9 @@ touch $DEPLOYPATH/bungloo/__init__.py cp $LINUXPATH/Bungloo.py $DEPLOYPATH/bin/bungloo cp $LINUXPATH/Helper.py $LINUXPATH/Windows.py $DEPLOYPATH/bungloo -cat setup.py.example | sed -e "s/{VERSION}/${VERSION}/g" > $DEPLOYPATH/setup.py -cat Makefile.example | sed -e "s/{VERSION}/${VERSION}/g" > $DEPLOYPATH/Makefile +cat setup.py.exmp | sed -e "s/{VERSION}/${VERSION}/g" > $DEPLOYPATH/setup.py +cat Makefile.exmp | sed -e "s/{VERSION}/${VERSION}/g" > $DEPLOYPATH/Makefile +cat bungloo.desktop.exmp | sed -e "s/{VERSION}/${VERSION}/g" > $DEPLOYPATH/bungloo.desktop cp -r $SHAREDPATH/WebKit $DEPLOYPATH/bungloo/ cp -r $SHAREDPATH/images $DEPLOYPATH/bungloo/ cp $SHAREDPATH/readme.md $DEPLOYPATH/README diff --git a/Linux/deploy/setup.py.example b/Linux/deploy/setup.py.exmp similarity index 100% rename from Linux/deploy/setup.py.example rename to Linux/deploy/setup.py.exmp