> For the complete documentation index, see [llms.txt](https://docs.novarietygames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novarietygames.com/websitecreator/luascript/download/commit.md).

# commit

Commit the executable download or prompt an application downloadable prompt.

This function takes 1 argument and that is the file name.

```lua
download.commit(FileName)

download.commit("customapp.appinstaller") -- Show the user application install prompt

download.commit("file.exe") -- Download an executable to the machine. (WIP)
```

[AppInstaller Files](/websitecreator/appinstaller-files.md): .appinstaller
