Skip to content

Commit

Permalink
#1253: don't show the shadow shortcut if there is no server support
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15343 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 22, 2017
1 parent 99452fa commit 3b95623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/win32/PY27_MINGW_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ if [ "${DO_INSTALLER}" == "1" ]; then
if [ "${MSYSTEM_CARCH}" == "x86_64" ]; then
cat "win32/xpra.iss" | sed '/\(ArchitecturesInstallIn64BitMode\|ArchitecturesInstallIn64BitMode\)/ s/=.*/=x64/g' | sed '/\(AppName=\|AppVerName=\|DefaultGroupName=\)/ s/\r$/ (64-bit)\r/g' > "xpra.iss"
fi
if [ "${CLIENT_ONLY}" == "1" ]; then
#remove shadow start menu entry
sed -i"" "s/.*Xpra Shadow Server.*//g" xpra.iss
fi
"${INNOSETUP}" "xpra.iss" >& "${INNOSETUP_LOG}"
if [ "$?" != "0" ]; then
echo "InnoSetup error - see ${INNOSETUP_LOG}:"
Expand Down

0 comments on commit 3b95623

Please sign in to comment.