Skip to content

Commit

Permalink
Update download.4dm
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Aug 2, 2023
1 parent fde1d3f commit c6adf38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/download.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ If ($response.status=200)
End if
$archiveFolder.copyTo(Folder(fk database folder).folder("Components"); "4D Mobile App.4dbase")
$archive:=Null
$archiveFolder:=Null

$archiveFile.delete()

RESTART 4D

Else
ALERT("Cannot download from latest release")
End if

0 comments on commit c6adf38

Please sign in to comment.