* Implement release scripting and SDK building process * Fix for CYD display colors * Various improvements and fixes * Made build scripts more modular
10 lines
217 B
Bash
Executable File
10 lines
217 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Description: Releases the current build files as an SDK in the specified folder.
|
|
# This deployment is used when compiling apps in ./ExternalApps
|
|
#
|
|
|
|
./Buildscripts/release-sdk.sh release/TactilitySDK
|
|
|