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:
-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