Moved win stuff to subdirectory
Esse commit está contido em:
@@ -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
|
||||
@@ -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`
|
||||
Referência em uma Nova Issue
Bloquear um usuário