Skip to content

Commit 6cfe98f

Browse files
[[ Business ]] Add Business skinning for the installer
1 parent 7d568fe commit 6cfe98f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder/tools_builder.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ private command toolsBuilderMakeInstaller pVersion, pEdition, pPlatform, pIdeFol
244244
if pEdition is "Community" then
245245
put the short name of stack (builderSystemFolder() & "/tools_installer_resources.rev") into tResources
246246
else
247-
builderLog "report", "Commercial installer resources:" && builderCommercialResourceFolder() & "/tools_installer_resources.rev"
248-
put the short name of stack (builderCommercialResourceFolder() & "/tools_installer_resources.rev") into tResources
247+
builderLog "report", "Commercial installer resources:" && builderCommercialResourceFolder() & slash & pEdition & "/tools_installer_resources.rev"
248+
put the short name of stack (builderCommercialResourceFolder() & slash & pEdition & "/tools_installer_resources.rev") into tResources
249249
end if
250250
set the mainStack of stack tResources to tInstaller
251251

0 commit comments

Comments
 (0)