summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-windows-install
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-windows-install')
-rwxr-xr-xother/travis/toxcore-windows-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/other/travis/toxcore-windows-install b/other/travis/toxcore-windows-install
deleted file mode 100755
index 6160856b..00000000
--- a/other/travis/toxcore-windows-install
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/sh
2
3DOCKER_IMAGE=toktoknet/windows:latest.$ARCH-shared
4
5docker pull $DOCKER_IMAGE
6docker run --rm $DOCKER_IMAGE > dockcross
7chmod +x dockcross