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

Able to build v2 on Linux, not Windows or MacOS #882

Closed
jasonterando opened this issue Aug 8, 2024 · 2 comments
Closed

Able to build v2 on Linux, not Windows or MacOS #882

jasonterando opened this issue Aug 8, 2024 · 2 comments

Comments

@jasonterando
Copy link

I don't think is is a dupe of 724, but I have a similar challenge. My Debian build works, but now Windows OS or Linux. Attached is the Windows task log with verbose enabled.

Thanks!

logs_26971053934.zip

@FabianLars
Copy link
Member

FabianLars commented Aug 8, 2024

The logs look like you simply disabled the windows and macos specific bundle targets in the bundle.targets config in tauri.conf.json (app and dmg for macos - msi and/or nsis for windows).

Just the binary isn't enough on macOS (that's how the os works really), and on Windows, while the exe itself mostly works, tauri still expects to be installed via installers (if you don't care about that, which can be fine, you'd hit #302)

@jasonterando
Copy link
Author

DOH! Thanks, I enabled RPM as well and got that build. Good times!

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

2 participants