Skip to content

Commit b8d15b3

Browse files
committed
fix flatpak issues, new version
1 parent c9f5217 commit b8d15b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

io.github.lconst.keypeek.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"name": "keypeek-applet",
2626
"buildsystem": "simple",
2727
"build-commands": [
28-
"cargo fetch --manifest-path Cargo.toml --verbose",
29-
"cargo build --release --verbose",
28+
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
29+
"cargo --offline build --release --verbose",
3030
"install -Dm0755 ./target/release/keypeek-applet /app/bin/keypeek-applet",
3131
"install -Dm0644 ./resources/app.desktop /app/share/applications/io.github.l-const.keypeek.desktop",
3232
"install -Dm0644 ./resources/app.metainfo.xml /app/share/metainfo/io.github.l-const.keypeek.metainfo.xml",

0 commit comments

Comments
 (0)