Skip to content

Commit 9b8801f

Browse files
committed
Fix new Create deployement license syntax
1 parent 7758fea commit 9b8801f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,12 +1136,12 @@ Function _generateLicense($appType : Integer) : Boolean
11361136
Case of
11371137

11381138
: ($appType=4D Desktop)
1139-
$status:=Create deployment license(This.settings.destinationFolder)
1140-
//$status:=Create deployment license(This.settings.destinationFolder; 4D Desktop)
1139+
$status:=Create deployment license(This.settings.destinationFolder; 4D Volume desktop)
1140+
//$status:=Create deployment license(This.settings.destinationFolder; 4D Volume Desktop)
11411141

11421142
: ($appType=4D Server)
11431143
//$status:=Create deployment license(This.settings.destinationFolder; 4D Server)
1144-
$status:=Create deployment license(This.settings.destinationFolder; *)
1144+
$status:=Create deployment license(This.settings.destinationFolder; 4D Server)
11451145

11461146
Else
11471147

0 commit comments

Comments
 (0)