From 2c108cd4683f2f48ee7b802a51da81fea828c950 Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:50:58 -0500 Subject: [PATCH] Update Creating_a_Package.md --- docs/Creating_a_Package.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/Creating_a_Package.md b/docs/Creating_a_Package.md index 0b705e98d..cc5902fd3 100644 --- a/docs/Creating_a_Package.md +++ b/docs/Creating_a_Package.md @@ -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",