Tagged 'deploy'

Package Script

0 votes

This utility takes a script filename as input, and compiles all of the included scripts into a single script file. You can exclude individual scripts by name when you add them to an array of excluded filenames. You can encrypt the script by passing "true" for the argument "encrypt".

Example Usage:
-- exclude these scripts form compiling into the output script
packageScriptExcludeFiles = #("Custom.ms", "XMLExample.ms", "AnimationViewer.ms")
packageScript "YourInputScriptName.ms" "OutputName.ms" encrypt:true

Syndicate content