From: Carla Schroder Date: Sun, 5 Jun 2016 08:56:56 +0000 (-0700) Subject: fix win install instructions: build path and docker image name (#4901) X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1160^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=43f727cf69cec18c89eb9bcf9157e67017d99650;p=nextcloud-desktop.git fix win install instructions: build path and docker image name (#4901) --- diff --git a/doc/building.rst b/doc/building.rst index 9de69a26d..eced2c7a5 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -159,8 +159,8 @@ In order to make setup simple, you can use the provided Dockerfile to build your 1. Assuming you are in the root of the ownCloud Client's source tree, you can build an image from this Dockerfile like this:: - cd admin/win32/docker - docker build . -t ownCloud-client-win32: + cd admin/win/docker + docker build . -t owncloud-client-win32: Replace ```` by the version of the client you are building, e.g. |version| for the release of the client that this document describes. @@ -174,8 +174,8 @@ In order to make setup simple, you can use the provided Dockerfile to build your 2. From within the source tree Run the docker instance:: - docker run ownCloud-client-win32: -v "$PWD:/home/jenkins/client" \ - admin/win32/docker/build.sh $(id -u) + docker run owncloud-client-win32: -v "$PWD:/home/jenkins/client" \ + admin/win/docker/build.sh $(id -u) It will run the build, create an NSIS based installer, as well as run tests. You will find the resulting binary in an newly created ``build-win32`` subfolder.