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.
1 parent 419479c commit de0eab4Copy full SHA for de0eab4
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "servercom/timeout"]
2
+ path = servercom/timeout
3
+ url = https://gist.github.com/snorklerjoe/1b6ffe4b4c46bed7bf34dd03a431c1bc
package.sh
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+git submodule update
4
+
5
./update_version.sh
6
zip cubeserver-api-python.zip -r lib/ boot.py code.py 2>&1 > /dev/null
7
echo cubeserver-api-python.zip
servercom/timeout
update_version.sh
VERSION=$(cat ./version.txt)
VERSION_STR="__version__ = \"$VERSION\""
0 commit comments