An open API service indexing awesome lists of open source software.

https://github.com/devapro/compose-desktop-demo


https://github.com/devapro/compose-desktop-demo

Last synced: about 1 month ago
JSON representation

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