Skip to content

Commit

Permalink
get packaging properly working
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimTuran committed Jun 6, 2022
1 parent ba8bc82 commit dc6e71e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
10 changes: 10 additions & 0 deletions Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
/LICENSE
/README.md
22 changes: 14 additions & 8 deletions TTToolbox.uplugin
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"Version": 2,
"VersionName": "0.2",
"FriendlyName": "TTToolbox",
"Description": "tuatec's toolbox for automated character integrations",
"Category": "Other",
"Category": "Scripting",
"CreatedBy": "Achim Turan",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CreatedByURL": "https://www.instagram.com/tuatec/",
"DocsURL": "https://youtube.com/playlist?list=PLslFX7TZAr8_kS1zdzEvrjBXI1gMRckZE",
"MarketplaceURL": "https://github.com/tuatec/TTToolbox/releases",
"SupportURL": "https://github.com/tuatec/TTToolbox/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "TTToolbox",
"Type": "Runtime",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "IKRig",
"Enabled": true
}
]
}

0 comments on commit dc6e71e

Please sign in to comment.