Skip to content

Commit

Permalink
Add build bundle script, fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
daa84 committed Jan 9, 2018
1 parent 4391c46 commit b57086b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion org.daa.NeovimGtk.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
{
"name": "neovim-gtk",
"build-options": {
"build-args": ["--share=network"]
"build-args": ["--share=network"],
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/NeovimGtk/cargo"
Expand Down
5 changes: 5 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

flatpak-builder --repo nvim-gtk --force-clean ./build org.daa.NeovimGtk.json
flatpak build-bundle ./nvim-gtk nvim-gtk_x86_64.flatpak org.daa.NeovimGtk

0 comments on commit b57086b

Please sign in to comment.