Skip to content

Commit d7dff64

Browse files
committed
manifest file
1 parent 4b6758a commit d7dff64

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

rust-flatpak/src/net.lockbook.Lockbook.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"name": "lockbook",
2121
"buildsystem": "cmake",
2222
"build-commands": [
23+
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
24+
"cargo --offline build --release --verbose",
25+
"cargo install --locked --path .",
2326
"mkdir -p /app/share/icons/hicolor/128x128/apps/",
2427
"cp /logo.svg /app/share/icons/hicolor/128x128/apps/net.lockbook.Lockbook.svg",
2528
"mkdir -p /app/share/metainfo/",
@@ -28,17 +31,11 @@
2831
"cp /lockbook-desktop.desktop /app/share/applications/net.lockbook.Lockbook.desktop"
2932
],
3033
"sources": [
31-
"cargo-sources.json",
3234
{
33-
"type": "dir",
34-
"path": "."
35-
},
36-
{
37-
"type": "shell",
38-
"commands": [
39-
"mkdir -p .cargo",
40-
"cp -vf cargo/config .cargo/config.toml"
41-
]
35+
"type": "git",
36+
"url": "https://github.com/lockbook/lockbook/releases/download/25.12.15/lockbook-linux",
37+
"tag": "0.9.3",
38+
"commit": "010423e09dd64c250f8d63a2906aca80e2a0de5f"
4239
}
4340
]
4441
}

0 commit comments

Comments
 (0)