-
Notifications
You must be signed in to change notification settings - Fork 302
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
1.0.2 seems to be broken somewhat #142
Comments
It's not #140 which is causing the issue here. It's most likely the missing changes from the win64+osx64 platforms merge, because until #140, you just didn't do anything inside the handleWinApp and handleMacApp methods (see the platform name). I don't know what's causing the issue, but all build options worked fine for me while building on linux (checked the icon of the win apps in a VM - compared the files of the osx apps in the respecting app folder). Hadn't had a deeper look into it (don't have the time right now), but my first thoughts are, that it might be because of the value of |
@bastimeyer thanks. I'll look into it a bit today |
UpdateBuilding on Windows... if I'm working away on a |
Meant to say, the problem with that |
Oh and 4143a5e made no difference @bastimeyer :/. |
UpdateIf the callback for Also, even when the file does exist eventually after copying, It would be good if someone could figure out why an These changes seem to help a lot. I think it builds fine now on Mac. But on Windows I'm still seeing an |
UpdateJust as an experiment (because @4ver mentioned it), I tried enforcing that |
Ok, this is still inconsistent :/. Sometimes I get the error that the copied file doesn't exist (after 3 re-tries), sometimes I don't. I still can't build my own app on Windows because of the |
It's still not 100% right but I'm going to release 1.0.3 with the commits I've on the |
@adam-lynch Is 1.0.4 working now? If so, could you please upgrade the grunt plugin, too? thanks |
@bastimeyer sorry, was very busy and sick. I assume your npm cache didn't hold up that long and running |
1.0.8 published. It helps but I don't think it's 100% fixed. I still get EMFILE errors personally. |
Closing. I'll reopen if this happens for anyone still. |
It seems #140 did break something after all... my head is pounding since I was up til 4am working on something. Could you see what's up with it @bastimeyer?
When building on Mac, I get an
ENOENT
error when its copying the.icns
icon.When building on Windows,
fs.copy
inutils.copyFile
is giving anEMFILE
error.In both cases above I'm just trying to build for
osx32
only. It builds fine for Windows I think, at least when building on Windows.Going back to 1.0.0 when building on Mac means it builds fine but there's no icon, I think. And going back to 1.0.0 has no effect on Windows, I think.
The windows problem may be a separate issue altogether but both are problems with copying. It's very strange.
cc @lucienimmink, @cbabos
The text was updated successfully, but these errors were encountered: