IstoraMandiri / app-dump

Quick in-app database dump and restore for Meteor
34 stars 6 forks source link

Please publish your package hitchcott:app-dump for Windows #6

Closed avital closed 9 years ago

avital commented 9 years ago

Hi!

This package has binary dependencies, and we wanted to give you a heads up that Meteor 1.1, with support for Windows will be released in a few days.

Now is the time to publish your package for Windows!

It should be very straightforward -- we've added new build machines that run Windows that you can access with the meteor admin get-machine command. This is the same as you've done before for the other architectures we support.

For complete directions on how to publish your package for Windows, visit https://github.com/meteor/meteor/wiki/Publishing-a-package-with-binary-dependencies-for-the-Windows-preview

On behalf of the Meteor team, @stubailo, @Slava and @avital.

P.S. This is an automated message based on our database of package authors.

thearabbit commented 9 years ago

Now meteor@1.1 is release to support all platform. But hitchcott:app-dump still don't support.

fafournier commented 9 years ago

Hi, I would seem to need this too.. Is there any way I could help you with the packaging? Is it even possible?! As far as I understood, it is a packaging thing, nothing I could fix with a PR.

And just for indexing purpose, here is the console message: While checking for hitchcott:app-dump@0.1.3: error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

steph643 commented 9 years ago

+1 for a Windows compatible version.

Adiel-Sharabi commented 9 years ago

1+

IstoraMandiri commented 9 years ago

Thanks for the interest - I will build for all arches pending the next release (#12 & #1, or a few days!)

IstoraMandiri commented 9 years ago

0.2 now supports:

      "architecturesOS": [
        "os.linux.x86_32",
        "os.windows.x86_32",
        "os.linux.x86_64",
        "os.osx.x86_64"
      ]

Please let me know if you have any issues!

thearabbit commented 9 years ago

Look great, Very Thanks :+1: