Created
November 11, 2018 01:12
-
-
Save SammyJames/6526138cb4dbb002414f0a34e7a191b4 to your computer and use it in GitHub Desktop.
showing pre build step
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FileVersion": 3, | |
"Version": 1, | |
"VersionName": "0.1.0", | |
"FriendlyName": "test plugin, | |
"Description": "", | |
"Category": "", | |
"CreatedBy": "Sammy James", | |
"CreatedByURL": "", | |
"DocsURL": "", | |
"MarketplaceURL": "", | |
"SupportURL": "", | |
"CanContainContent": false, | |
"IsBetaVersion": false, | |
"Installed": false, | |
"EnabledByDefault": true, | |
"Modules": [ | |
{ | |
"Name": "SomeModule", | |
"Type": "Runtime", | |
"LoadingPhase": "PostDefault" | |
} | |
], | |
"PreBuildSteps": { | |
"Linux": [ | |
"cargo build --manifest-path $(PluginDir)/Source/example/Cargo.toml" | |
], | |
"Win64": [], | |
"MacOS": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment