Skip to content

Instantly share code, notes, and snippets.

@SammyJames
Created November 11, 2018 01:12
Show Gist options
  • Save SammyJames/6526138cb4dbb002414f0a34e7a191b4 to your computer and use it in GitHub Desktop.
Save SammyJames/6526138cb4dbb002414f0a34e7a191b4 to your computer and use it in GitHub Desktop.
showing pre build step
{
"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