Skip to content

Commit

Permalink
Build and install verso for flatpak (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master authored Nov 6, 2024
1 parent 40aea41 commit 35a96f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.versotile.verso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ modules:
# Build Verso release profile
- cargo --offline fetch --manifest-path Cargo.toml
- cargo --offline build --release --features flatpak
- cargo --offline build --release --package verso
# Install Verso
- install -Dm755 ./target/release/versoview -t /app/bin/
- install -Dm755 ./target/release/verso -t /app/bin/
- mkdir /app/resources
- cp -r ./resources/* /app/resources
Expand Down

0 comments on commit 35a96f3

Please sign in to comment.