mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
* removed redundant dns lookups * frontend now correctly reflects the state of the backend * config.toml is loaded when starting gtk frontend
15 lines
365 B
YAML
15 lines
365 B
YAML
app-id: de.feschber.LanMouse
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '22.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: target/release/lan-mouse
|
|
modules:
|
|
- name: hello
|
|
buildsystem: simple
|
|
build-commands:
|
|
- cargo build --release
|
|
- install -D lan-mouse /app/bin/lan-mouse
|
|
sources:
|
|
- type: file
|
|
path: target/release/lan-mouse
|