@@ -266,12 +266,12 @@ private command toolsBuilderMakeInstaller pVersion, pEdition, pPlatform, pIdeFol
266266
267267 -- Next build up the deploy info
268268 local tDietParams , tSignParams , tParams
269- put "RunRev Ltd" into tParams ["version" ]["CompanyName" ]
269+ put "LiveCode Ltd" into tParams ["version" ]["CompanyName" ]
270270 if pEdition is "Community" then
271- put "RunRev LiveCode Community Installer" into tParams ["version" ]["FileDescription" ]
271+ put "LiveCode Community Installer" into tParams ["version" ]["FileDescription" ]
272272 put "LiveCode Community Installer" into tParams ["version" ]["ProductName" ]
273273 else
274- put "RunRev LiveCode Installer" into tParams ["version" ]["FileDescription" ]
274+ put "LiveCode Installer" into tParams ["version" ]["FileDescription" ]
275275 put "LiveCode Installer" into tParams ["version" ]["ProductName" ]
276276 end if
277277 put "©" && word - 1 of the long date & ". All rights reserved worldwide." into tParams ["version" ]["LegalCopyright" ]
@@ -339,11 +339,11 @@ private command toolsBuilderMakeInstaller pVersion, pEdition, pPlatform, pIdeFol
339339 put tCertificatesFolder & "/runrev.pvk" into tSignParams ["privatekey" ]
340340 put word 1 of url ("file:" & tCertificatesFolder & "/runrev_password.txt" ) into tSignParams ["passphrase" ]
341341 put "http://timestamp.verisign.com/scripts/timstamp.dll" into tSignParams ["timestamper" ]
342- put "http://www.runrev .com" into tSignParams ["url" ]
342+ put "http://www.livecode .com" into tSignParams ["url" ]
343343 if pEdition is "Community" then
344- put "RunRev LiveCode Community Installer" into tSignParams ["description" ]
344+ put "LiveCode Community Installer" into tSignParams ["description" ]
345345 else
346- put "RunRev LiveCode Installer" into tSignParams ["description" ]
346+ put "LiveCode Installer" into tSignParams ["description" ]
347347 end if
348348
349349 builderLog "message" , "Signing windows installer to '" && tSignParams ["output" ] & "'"
@@ -387,7 +387,7 @@ private command toolsBuilderMakeInstaller pVersion, pEdition, pPlatform, pIdeFol
387387 local tPlistFile
388388 put macPList() into tPlistFile
389389 replace "[[BundleId]]" with "com.runrev.installer" in tPlistFile
390- replace "[[BundleName]]" with "runrevinstaller " in tPlistFile
390+ replace "[[BundleName]]" with "livecodeinstaller " in tPlistFile
391391
392392 create folder tOutputFileStub & ".app"
393393 create folder tOutputFileStub & ".app" & slash & "Contents"
0 commit comments