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

OSX app builder requires 7z in Windows #28

Open
Billiam opened this issue May 16, 2012 · 2 comments
Open

OSX app builder requires 7z in Windows #28

Billiam opened this issue May 16, 2012 · 2 comments
Assignees
Labels
Milestone

Comments

@Billiam
Copy link

Billiam commented May 16, 2012

Attempting to build:osx:app in windows fails at the 7 zip command. osx_app.rb is using execute_command(7z) instead of newer #seven_zip_command, and failing.

Adding 7z to the path in windows caused an invalid command line error form 7z. Seems to be related to the redirect-and-pipe, but not sure.

Updating the command to use releasy's 7za.exe did allow the build to process correctly.

@ghost ghost assigned bil-bas May 20, 2012
@jlnr
Copy link
Member

jlnr commented Jul 14, 2012

Also happens in windows_wrapped.rb:117 in the current releasy gem.

@bil-bas
Copy link
Collaborator

bil-bas commented Jul 14, 2012

Thanks for this. I'm afraid I didn't have access to a computer when Billiam submitted this and then forgot about it when I fixed mine again. Sorry for not dealing with this sooner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants