Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 27d520e

Browse files
shell scripts related to distribution
1 parent de30546 commit 27d520e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

notochord-osc-server.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
xattr -d -r com.apple.quarantine __main__.dist
4+
__main__.dist/__main__ server $@

nuitka-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python -m nuitka --standalone notochord/notochord/__main__.py --enable-plugin=numpy

zip-notochord.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zip -r notochord-dist.zip __main__.dist/ artifacts/ notochord-osc-server.sh

0 commit comments

Comments
 (0)