veliovgroup / Meteor-Files

🚀 Upload files via DDP or HTTP to ☄️ Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.
https://packosphere.com/ostrio/files
BSD 3-Clause "New" or "Revised" License
1.11k stars 166 forks source link

Make Meteor-Files compatible with meteor-desktop (#881) #882

Closed dd137 closed 9 months ago

dd137 commented 10 months ago

Meteor Community package meteor-desktop allows to build desktop apps with Meteor & Electron. As far as Meteor is concerned, it works like the Cordova integration, which it piggy-backs. The only needed change is that Meteor.isCordova is replaced by Meteor.isDesktop.

We have been used Meteor-Files & meteor-cookies in a meteor-desktop project, with the proposed code change, for a while without issue.

dd137 commented 7 months ago

Thanks for the merge