Adds Windows application support to JappeOS.
Adds Windows application support to JappeOS, supporting multiple Wine/Proton runtimes. Written in Dart.
- Launch *.exe
- Multiple runtimes
- Multiple prefixes
- Runtime auto-updates from sources
- Use protonfixes where possible
- Desktop entry creation with icon extraction
An unofficial system compatibility tool that allows the user to run Microsoft Windows programs easily.
- Dart SDK
Clone the repository and fetch dependencies:
$ git clone https://github.com/JappeOS/appsupport_launcher_windows.git
$ cd appsupport_launcher_windows
$ dart pub get$ ./build.shThis produces a binary in:
tmp/
Run locally:
$ ./tmp/appsupport_launcher_windows "/path/to/app.exe"This program currently only works on Linux.
If the build fails after dependency changes:
$ dart pub getContributions of all kinds are welcome and appreciated. You can help the project by:
- ⭐ Starring the repository to show your support
- 💖 Sponsoring the project (if available)
- 🐞 Reporting bugs via GitHub Issues
- 💡 Requesting or discussing new features
For code contributions, please see CONTRIBUTING.md for guidelines.
This repository is part of the JappeOS project and is licensed under the terms described in the LICENSE file.