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

Commit 7c997e8

Browse files
committed
Ensure the IDE can be launched when the installer finishes
1 parent de4421e commit 7c997e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

builder/tools_builder.livecodescript

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,6 @@ private command toolsBuilderMakePackage pVersion, pEdition, pPlatform, pEngineFo
248248
packageCompilerConfigureVariable tPackager, "ProductTitle", tProductName && getReadableVersion(pVersion)
249249
packageCompilerConfigureVariable tPackager, "ProductTag", tProductTag & "_" & getTaggedVersion(pVersion)
250250

251-
-- For Linux only, case-fold the product name to lowercase and
252-
-- remove all spaces - we can just use the product tag
253-
if pPlatform is "Linux" or pPlatform is "Linux-x86_64" or pPlatform is "Linux-armv6hf" then
254-
put tProductTag into tProductName
255-
end if
256251
packageCompilerConfigureVariable tPackager, "ProductName", tProductName
257252

258253
-- The edition tags.

0 commit comments

Comments
 (0)