Deployed resource files
Factor handbook » Developer tools » Application deployment » Preparing to deploy an application

Prev:Deployment flags


To include additional files in your deployed application, specify their names in a vocabulary's resources.txt file. The resources.txt file contains one glob pattern per line. These patterns are expanded relative to the vocabulary directory; files outside of the vocabulary directory cannot be referenced. If a file inside the vocabulary directory matches any of these patterns, it will be included in deployed applications that reference the vocabulary. If a subdirectory matches, its contents will be included recursively.

If the deployed vocabulary includes an icon file for the current platform, it will be embedded in the deployed application as its GUI icon. See Vocabulary icons.