File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 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/" ,
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 }
You can’t perform that action at this time.
0 commit comments