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

Commit 3d4328f

Browse files
[[ Business ]] Unify the IDE engine name across all platforms
1 parent 06025d1 commit 3d4328f

3 files changed

Lines changed: 5 additions & 17 deletions

File tree

buildbot.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ ifeq ($(BUILD_PLATFORM),mac)
9999
LIVECODE = $(bin_dir)/LiveCode-Community.app/Contents/MacOS/LiveCode-Community
100100
buildtool_platform = mac
101101
else ifeq ($(BUILD_PLATFORM),linux-x86)
102-
LIVECODE = $(bin_dir)/livecode-community
102+
LIVECODE = $(bin_dir)/LiveCode-Community
103103
buildtool_platform = linux
104104
else ifeq ($(BUILD_PLATFORM),linux-x86_64)
105-
LIVECODE = $(bin_dir)/livecode-community
105+
LIVECODE = $(bin_dir)/LiveCode-Community
106106
buildtool_platform = linux
107107
endif
108108

engine/engine.gyp

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@
527527

528528
{
529529
'target_name': 'development',
530-
'product_name': 'livecode-community',
531-
530+
'product_name': 'LiveCode-Community',
531+
532532
'includes':
533533
[
534534
'app-bundle-template.gypi',
@@ -554,18 +554,6 @@
554554

555555
'conditions':
556556
[
557-
[
558-
'OS == "mac"',
559-
{
560-
'product_name': 'LiveCode-Community',
561-
},
562-
],
563-
[
564-
'OS == "win"',
565-
{
566-
'product_name': 'engine-community',
567-
},
568-
],
569557
[
570558
'mobile != 0',
571559
{

ide

Submodule ide updated from 6473fa4 to cacd803

0 commit comments

Comments
 (0)