We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f5217 commit b8d15b3Copy full SHA for b8d15b3
1 file changed
io.github.lconst.keypeek.json
@@ -25,8 +25,8 @@
25
"name": "keypeek-applet",
26
"buildsystem": "simple",
27
"build-commands": [
28
- "cargo fetch --manifest-path Cargo.toml --verbose",
29
- "cargo build --release --verbose",
+ "cargo --offline fetch --manifest-path Cargo.toml --verbose",
+ "cargo --offline build --release --verbose",
30
"install -Dm0755 ./target/release/keypeek-applet /app/bin/keypeek-applet",
31
"install -Dm0644 ./resources/app.desktop /app/share/applications/io.github.l-const.keypeek.desktop",
32
"install -Dm0644 ./resources/app.metainfo.xml /app/share/metainfo/io.github.l-const.keypeek.metainfo.xml",
0 commit comments