mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Use Meteor 1.8.x on Snap.
This commit is contained in:
parent
55a2aa90cb
commit
6a01170d86
7 changed files with 3058 additions and 0 deletions
|
|
@ -109,6 +109,12 @@ parts:
|
|||
mv .snap-meteor-1.8/.meteor .
|
||||
mv .snap-meteor-1.8/package.json .
|
||||
mv .snap-meteor-1.8/package-lock.json .
|
||||
# Meteor 1.9.x has changes to Buffer() => Buffer.alloc(), so reverting those
|
||||
mv .snap-meteor-1.8/cfs_access-point.txt fix-download-unicode/
|
||||
mv .snap-meteor-1.8/export.js models/
|
||||
mv .snap-meteor-1.8/wekanCreator.js models/
|
||||
mv .snap-meteor-1.8/ldap.js packages/wekan-ldap/server/ldap.js
|
||||
mv .snap-meteor-1.8/oidc_server.js packages/wekan-oidc/oidc_server.js
|
||||
rm -rf .snap-meteor-1.8
|
||||
#mkdir -p .build/python
|
||||
#cd .build/python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue