-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
electron-packager does not recognize 64-bit wine installations that do not include the wine64 command #1515
Comments
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines. |
I've had a similar issue with |
Upstream issue: electron/windows-installer#513 |
Preflight Checklist
Issue Details
Expected Behavior
With 64-bit WINE installed via apt, it should build without any issues.
Actual Behavior
electron-packager checks for wine64, and fails to find it as debian does not package the wine64 command.
To Reproduce
Create an electron-packager app on Debian 12 (bookworm), install wine, and build for the win32 target.
Additional Information
An easy workaround for this issue is to simply create a wrapper script in the $PATH with the name
wine64
that simply runs the regular wine command and passes the arguments provided to the script.The text was updated successfully, but these errors were encountered: