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
path: root/win
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-05-22 09:31:30 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-05-22 10:12:58 +0300
commitfaf9fe09ff55589276d3a4b4e3a07c75db797c4f (patch)
tree72e1f625f12785ac3a0782698eefa427c0e6149a /win
parent5ff07d34b6a0ff7aaab6e5f454e9970870e648b0 (diff)
2.3.2 beta
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'win')
-rwxr-xr-xwin/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/build.sh b/win/build.sh
index 6aadf15..2949ec9 100755
--- a/win/build.sh
+++ b/win/build.sh
@@ -10,6 +10,8 @@ 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_BUILD=1 \
../client
make -j4
make package