Rename project to FeDIY and update related configurations and documentation

This commit is contained in:
2026-05-23 09:53:29 -05:00
parent d61a91aac8
commit 6a825d1e83
6 changed files with 30 additions and 29 deletions
+6 -5
View File
@@ -1,20 +1,21 @@
{
"app-id": "org.example.rustdevshell",
"app-id": "com.moturpin.fediy",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "rustdevshell-app",
"command": "fediy",
"modules": [
{
"name": "rustdevshell-app",
"name": "fediy",
"buildsystem": "simple",
"build-commands": [
"cargo build --release"
"cargo build --release",
"install -Dm755 target/release/fediy /app/bin/fediy"
],
"sources": [
{
"type": "dir",
"path": "../src"
"path": ".."
}
]
}