We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e2281 + 4f2ac5e commit 78701abCopy full SHA for 78701ab
cubeserver-api-python.zip
-184 KB
package.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
./update_version.sh
4
-zip -r cubeserver-api-python.zip . -x .gitignore -x ./.git -x package.sh -x update_version.sh -x version.txt 2>&1 > /dev/null
+zip cubeserver-api-python.zip -r lib/ boot.py code.py 2>&1 > /dev/null
5
echo cubeserver-api-python.zip
0 commit comments