Skip to content

Commit 7758fea

Browse files
committed
prepare for new Create deployement license syntax
1 parent e9d43d5 commit 7758fea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Build4D/Project/Sources/Classes/_core.4dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,10 +1134,13 @@ Function _generateLicense($appType : Integer) : Boolean
11341134
: ((Value type(This.settings.license)=Is text) && (This.settings.license=License Automatic mode))
11351135

11361136
Case of
1137+
11371138
: ($appType=4D Desktop)
11381139
$status:=Create deployment license(This.settings.destinationFolder)
1140+
//$status:=Create deployment license(This.settings.destinationFolder; 4D Desktop)
11391141

11401142
: ($appType=4D Server)
1143+
//$status:=Create deployment license(This.settings.destinationFolder; 4D Server)
11411144
$status:=Create deployment license(This.settings.destinationFolder; *)
11421145

11431146
Else

0 commit comments

Comments
 (0)