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