From 9b8751950cc5256a19b0350ca99d58296c16ff14 Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Tue, 1 Jun 2021 15:01:53 +0200 Subject: [PATCH] Testing: Create screenshots #1 --- testing/testpackage1.ccpt | 4 ++-- testing/testscript | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 testing/testscript diff --git a/testing/testpackage1.ccpt b/testing/testpackage1.ccpt index c1f7ddb..f0f9b9e 100644 --- a/testing/testpackage1.ccpt +++ b/testing/testpackage1.ccpt @@ -1,6 +1,6 @@ { - name = "testpackage1", - comment = "Emtpy package to test cctp", + name = "testpackage", + comment = "This package does absolutly nothing!", author = "PentagonLP", website = "https://github.com/PentagonLP/ccpt", newestversion = "1.0", diff --git a/testing/testscript b/testing/testscript new file mode 100644 index 0000000..e8a5bb5 --- /dev/null +++ b/testing/testscript @@ -0,0 +1 @@ +print("This script does absolutly nothing too!") \ No newline at end of file