BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Find a Windows contributor #12

Open bhstahl opened 7 years ago

bhstahl commented 7 years ago

I don't have a machine running Windows, but I would love to release Partyshare for it. I need someone running Windows who would be willing to help with:

  1. Add Windows to the build target #8
  2. Test the target to make sure everything works, fixing any bugs
  3. Make it publicly downloadable #10
jfmherokiller commented 7 years ago

from what i can report getting the app to run on windows required me to clone the repo, yarn install, then start electron manually via the exe in the node_modules directory. Then finally drag and drop the folder containing the package.json file onto the started electron instance.

"run_electron": "ENV=dev electron src/electron/main.js", fails to run on windows because ENV is not a command

LaPingvino commented 6 years ago

You can remove the ENV=dev there and see what happens :)

sergeevabc commented 6 years ago

Oh, Windows platform is still neglected, alas.

talon commented 6 years ago

I wanna use this on Windows and am willing to help. It looks like you know what needs to be done and you just need someone to test/troubleshoot?

bhstahl commented 6 years ago

Great. Yes, let me know if you need any help from my end. Thanks!

edu-cated commented 5 years ago

When you create something like this, package it using Free software as an AppImage.

https://appimage.org

Then make it available on AppImage Hub:

https://appimagehub.org

That way, you will have something that is cross-platform and bug reports will be more helpful as from the same environment.

singhdevshree commented 4 years ago

@bhstahl did you get the help or are you still looking?

I am a masters student and looking for a masters project for myself. I would love to build the windows version of partyshare.

bhstahl commented 4 years ago

Hey @singdevshree, not yet. Would love some help. Pull requests are welcome anytime.

Aleksa75 commented 3 years ago

Happy to test. Win 10 Machine here.

eyoxin commented 2 years ago

@bhstahl still looking for testers? i can help