Moved win stuff to subdirectory

Esse commit está contido em:
Roeland Jago Douma
2016-07-13 15:01:57 +02:00
commit 96e72a07fb
3 arquivos alterados com 0 adições e 19 exclusões
-10
Ver Arquivo
@@ -1,10 +0,0 @@
#! /bin/bash
git submodule update --init
cd client
git submodule update --init
cd ..
mkdir -p build
cd build
cmake -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
make
-9
Ver Arquivo
@@ -1,9 +0,0 @@
# Build docker
We use the original toolchain from ownCloud.
``docker build -t nextcloud-client-win32:<version> client/admin/win/docker/Dockerfile``
# Run docker
``docker run -v "$PWD:/home/user/" nextcloud-client-win32:2.2.2 /home/user/build-win.sh $(id -u)``
This will build your new win32 package in: `build-win32`
Ver Arquivo