mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
* removed redundant dns lookups * frontend now correctly reflects the state of the backend * config.toml is loaded when starting gtk frontend
14 lines
365 B
YAML
14 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
|