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/linux
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2017-03-02 03:09:32 +0300
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2017-03-02 03:09:32 +0300
commit203cff954c0d568df2bef8cc8da8ba43911e6adb (patch)
tree8da71697ffc27456df760e4ad8fec04a36b573d1 /linux
parent06dda9be63a91232cbc2c06efc244798284ea3d0 (diff)
snapcraft: build in release mode
Diffstat (limited to 'linux')
-rw-r--r--linux/snap/snapcraft.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/snap/snapcraft.yaml b/linux/snap/snapcraft.yaml
index 23ad1fe..3ddef3d 100644
--- a/linux/snap/snapcraft.yaml
+++ b/linux/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: nextcloud-client
-version: 2.2.4-git
+version: 2.2.4+git
icon: ../nextcloudtheme/theme/colored/Nextcloud-icon.svg
summary: Nextcloud Desktop Client
description: |
@@ -23,6 +23,7 @@ parts:
- qt5keychain-dev
- qttools5-dev-tools
configflags:
+ - -DCMAKE_BUILD_TYPE=Release
- -DOEM_THEME_DIR=$SNAPCRAFT_PART_INSTALL/../src/nextcloudtheme
# XXX: This is an hack to have a kind of bind-mount with absolute prefix.