https://github.com/devapro/compose-desktop-demo
https://github.com/devapro/compose-desktop-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devapro/compose-desktop-demo
- Owner: devapro
- Created: 2024-01-28T17:35:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T00:11:55.000Z (over 2 years ago)
- Last Synced: 2025-01-10T04:17:26.763Z (over 1 year ago)
- Language: Kotlin
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Compose desktop demo
This is simple demo of how to build compose desktop app (and any other java app) for different OS by using docker
#### Structure
```
|- main project
|- docker
|- deb_amd - config for build deb package for x86
|- deb_arm - config for build deb package for ARM
|- rmp - config for build rpm package
```
### GitHub actions
./github/workflows/release.yml - an example of building deb package