Skip to content

Commit

Permalink
Update Creating_a_Package.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Sep 11, 2023
1 parent 8b917ae commit 2c108cd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/Creating_a_Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,7 @@ Engines that need further setup can use the following template:
```json
{
"game_name": "Unreal Tournament 2004: Editor's Choice Edition",
"download": [
{
"name": "ut2004",
"url": "https://bintray.com/luxtorpeda-dev/assets/download_file?file_path=",
"file": "ut2004-13230-3.tar.xz"
},
{
"name": "binaries",
"url": "https://treefort.icculus.org/ut2004/",
"file": "ut2004-lnxpatch3369-2.tar.bz2"
}
],
"download": [],
"download_config": {
"binaries": {
"extract_location": "../linuxdata",
Expand Down

0 comments on commit 2c108cd

Please sign in to comment.