This commit is contained in:
Lauri Ojansivu 2020-01-19 15:29:28 +02:00
parent a0e9f4615c
commit f425fbfcdf
4 changed files with 17 additions and 4 deletions

View file

@ -1,3 +1,12 @@
# v3.72 2020-01-19 Sandstorm-only Wekan release
This release fixes the following bugs:
- Try to fix Wekan at Sandstorm.
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
# v3.71 2020-01-18 Sandstorm-only Wekan release
This release fixes the following bugs:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v3.71.0"
appVersion: "v3.72.0"
files:
userUploads:
- README.md

View file

@ -12,6 +12,10 @@
cd ~/repos/wekan
# Use Meteor 1.8.x and Node 8.17.0
sudo n 8.17.0
sudo rm -rf /root/.cache/node-gyp/8.17.0
sudo mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp
sudo npm -g uninstall node-gyp node-pre-gyp fibers
sudo npm -g install node-gyp node-pre-gyp fibers
./releases/rebuild-release.sh
rm -rf .build
mkdir ../sandstorm-build
@ -37,7 +41,7 @@ mv wekan-$1.spk ..
sudo rm -rf .meteor-spk
# Back to Meteor 1.9 and Node 12.14.1
sudo n 12.14.1
rm -rf .meteor
sudo rm -rf .meteor
mv ../sandstorm-build/.meteor .
mv ../sandstorm-build/.snap-meteor-1.8 .
rmdir ../sandstorm-build

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 373,
appVersion = 374,
# Increment this for every release.
appMarketingVersion = (defaultText = "3.71.0~2020-01-18"),
appMarketingVersion = (defaultText = "3.72.0~2020-01-19"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,