mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
10 lines
216 B
Bash
Executable File
10 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Description: Releases the current build files as an SDK in release/TactilitySDK
|
|
# This deployment is used when compiling apps in ./ExternalApps
|
|
#
|
|
|
|
./Buildscripts/release-sdk.sh release/TactilitySDK
|
|
|