Skip to content

Commit b57086b

Browse files
committed
Add build bundle script, fix manifest
1 parent 4391c46 commit b57086b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

org.daa.NeovimGtk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
{
198198
"name": "neovim-gtk",
199199
"build-options": {
200-
"build-args": ["--share=network"]
200+
"build-args": ["--share=network"],
201201
"append-path": "/usr/lib/sdk/rust-stable/bin",
202202
"env": {
203203
"CARGO_HOME": "/run/build/NeovimGtk/cargo"

update.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
flatpak-builder --repo nvim-gtk --force-clean ./build org.daa.NeovimGtk.json
4+
flatpak build-bundle ./nvim-gtk nvim-gtk_x86_64.flatpak org.daa.NeovimGtk
5+

0 commit comments

Comments
 (0)