Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build project on Windows 8.1x64 #6

Closed
mcrozz opened this issue May 1, 2015 · 5 comments
Closed

Cannot build project on Windows 8.1x64 #6

mcrozz opened this issue May 1, 2015 · 5 comments

Comments

@mcrozz
Copy link

mcrozz commented May 1, 2015

package.sh fails at sudo npm install -g node-gyp nw-gyp n
There is no such command as sudo in Windows environment.

And I cannot figure out what actually module is "n"? But anyways, as Node's npm says, this module (n) is not supported by win32

@teak
Copy link
Owner

teak commented May 6, 2015

The build script is for OS X only. Building on Windows is more complex. Im not sure how we will handle packaging on windows.

Honestly I have no idea how to write a build script on Windows. I dont understand how people actually do real work on an OS that refuses to use a real command line interface.

@mcrozz
Copy link
Author

mcrozz commented May 6, 2015

It's actually not that bad :)

I've tried installing node-webkit-builder and run through it. But keytar dependency is failing to install. Will search this problem later. I may help with building system for Windows family.

@Zackery
Copy link

Zackery commented Oct 21, 2015

Hey, this topic may seem a bit old, but did you actually figure it out and get it working? This seems like the only SFTP uploader that is actually good looking, but sadly it's only for OS X. :(

@teak
Copy link
Owner

teak commented Oct 22, 2015

I have multiple different types of builds "working" under windows. Most recently testing out using Electron instead of NWJS. Still no build script. Windows support is our top priority for the next update.

@teak
Copy link
Owner

teak commented Nov 18, 2016

Please try again with the latest build. It is now automated.

@teak teak closed this as completed Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants