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-03-06 12:53:16 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-06 12:53:16 +0300
commit8dcdad608a8ab84a36983e595542ad79ee945350 (patch)
tree05f92677c690a8ab65d9182006cbc0daa06b190d /win
parent5b0c2c1f4ebc3a6d8c158f2895f666d4227ae999 (diff)
Build RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'win')
-rwxr-xr-xwin/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/build.sh b/win/build.sh
index 6aadf15..cf67dad 100755
--- a/win/build.sh
+++ b/win/build.sh
@@ -10,6 +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=rc1 \
../client
make -j4
make package