1 parent 4391c46 commit b57086bCopy full SHA for b57086b
2 files changed
org.daa.NeovimGtk.json
@@ -197,7 +197,7 @@
197
{
198
"name": "neovim-gtk",
199
"build-options": {
200
- "build-args": ["--share=network"]
+ "build-args": ["--share=network"],
201
"append-path": "/usr/lib/sdk/rust-stable/bin",
202
"env": {
203
"CARGO_HOME": "/run/build/NeovimGtk/cargo"
update.sh
@@ -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