Rename project to FeDIY and update related configurations and documentation
This commit is contained in:
@@ -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": ".."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user