Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-07-13 10:07:32 +0300
committerGitHub <noreply@github.com>2017-07-13 10:07:32 +0300
commitd3966cf9f9ae5413acce637e4d29f413374f1c36 (patch)
tree11fd6b44a67546ee3d2391c38f1397968df941e5
parent191a9fb14affeb69e24e2e56f6245b01fb11485e (diff)
parent1ee750d1aeaaefc899629e85c311594603e9ac1b (diff)
Merge pull request #185 from nextcloud/final-2.3.2
2.3.2
-rwxr-xr-xwin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/build.sh b/win/build.sh
index 2949ec9..21366d0 100755
--- a/win/build.sh
+++ b/win/build.sh
@@ -10,7 +10,7 @@ su - user << EOF
cmake -DCMAKE_TOOLCHAIN_FILE=../client/admin/win/Toolchain-mingw32-openSUSE.cmake\
-DWITH_CRASHREPORTER=ON \
-DOEM_THEME_DIR=/home/user/nextcloudtheme \
- -DMIRALL_VERSION_SUFFIX=beta \
+ -DMIRALL_VERSION_SUFFIX= \
-DMIRALL_VERSION_BUILD=1 \
../client
make -j4