From d52affe65893f17bab59bb43aa9f5afbb54993d3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 May 2020 17:54:51 +0300 Subject: Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110 --- sandstorm-pkgdef.capnp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sandstorm-pkgdef.capnp') diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index a902cb47..3dcf9e5f 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 404, + appVersion = 403, # Increment this for every release. - appMarketingVersion = (defaultText = "4.04.0~2020-05-24"), + appMarketingVersion = (defaultText = "4.03.0~2020-05-16"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, @@ -261,7 +261,6 @@ const myCommand :Spk.Manifest.Command = ( (key = "LDAP_ENABLE", value="false"), (key = "PASSWORD_LOGIN_ENABLED", value="true"), (key = "SANDSTORM", value="1"), - (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}"), - (key = "ATTACHMENTS_STORE_PATH", value = "/var/attachments/") + (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}") ] ); -- cgit v1.2.3-1-g7c22