Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
config:
- runner: ubuntu-20.04
image: ubuntu:20.04
- runner: ubuntu-22.04
image: ubuntu:22.04
- runner: ubuntu-22.04-arm
image: ubuntu:22.04
container:
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:

- name: Test to create neovim AppImage
run: |
chmod +x ./out/pkg2appimage*.AppImage*
./out/pkg2appimage*.AppImage* recipes/neovim.yml
chmod +x ./out/pkg2appimage*.AppImage
./out/pkg2appimage*.AppImage recipes/neovim.yml

- name: Verify AppImage Creation and Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion recipes/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ script:
- Categories=Development;TextEditor;
- Comment=Vim-fork focused on extensibility and usability
- EOF
- wget -c https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-300x87.png -O neovim.png
- wget -c https://raw.githubusercontent.com/neovim/neovim.github.io/master/static/logos/neovim-logo-300x87.png -O neovim.png
- mkdir -p usr/share/icons/hicolor/256x256/apps/
- cp neovim.png usr/share/icons/hicolor/256x256/apps/neovim.png
Loading