Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e3e87ee

Browse files
[[ Business ]] Correct various casing issues when building installers
1 parent 9941a0b commit e3e87ee

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

builder/tools_builder.livecodescript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ private command toolsBuilderMakeInstaller pVersion, pEdition, pPlatform, pIdeFol
221221
-- Make sure no stack messages trigger
222222
lock messages
223223

224+
-- Ensure the correct capitalisation of the edition name
225+
put toUpper(char 1 of pEdition) & toLower(char 2 to -1 of pEdition) into pEdition
226+
224227
-- Compute the deploy temp folder
225228
local tTempFolder
226229
put builderWorkFolder() & slash & "tools-" & pPlatform & "-" & pVersion & ".tmp" into tTempFolder

ide

Submodule ide updated from cacd803 to 18dd671

0 commit comments

Comments
 (0)