You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat "packaging/MSWindows/xpra.iss"| sed '/\(ArchitecturesInstallIn64BitMode\|ArchitecturesInstallIn64BitMode\)/ s/=.*/=x64/g'| sed '/\(AppName=\|AppVerName=\|DefaultGroupName=\)/ s/\r$/ (64-bit)\r/g'| sed 's/ArchitecturesAllowed=.*/ArchitecturesAllowed=x64/g'>"xpra.iss"
693
-
fi
694
691
if [ "${DO_FULL}"=="0" ];then
695
692
#don't run post-install openssl:
696
693
sed -i"""s/ PostInstall();/Log('skipped post-install');/g" xpra.iss
0 commit comments