Ship native programs in snap
This commit is contained in:
parent
b8534a402d
commit
cf8f3bcbed
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue