Ship native programs in snap

This commit is contained in:
Michael Vines 2018-11-01 15:59:00 -07:00
parent b8534a402d
commit cf8f3bcbed
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ parts:
# Build/install all other programs
cargo install --root $SNAPCRAFT_PART_INSTALL --bins
# TODO: install native programs when they are ready for public use
#./scripts/install-native-programs.sh $SNAPCRAFT_PART_INSTALL/bin/
# Install native programs
./scripts/install-native-programs.sh $SNAPCRAFT_PART_INSTALL/bin/
# Install multinode-demo/
mkdir -p $SNAPCRAFT_PART_INSTALL/multinode-demo/