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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
paths:
- 'data/**'
workflow_dispatch:

env:
DISPLAY: :99
Expand Down
40 changes: 40 additions & 0 deletions apps/Oolite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: app

permalink: /Oolite/
description: An OpenGL Elite-like space game

icons:
- Oolite/icons/48x48/oolite-icon.png

screenshots:
- Oolite/screenshot.png

authors:
- name: OoliteProject
url: https://github.com/OoliteProject

links:
- type: GitHub
url: OoliteProject/oolite
- type: Download
url: https://github.com/OoliteProject/oolite/releases

desktop:
Desktop Entry:
Name: Oolite
Comment: An OpenGL Elite-like space game
Exec: oolite
Icon: oolite-icon
Terminal: false
Type: Application
Categories: Game
StartupWMClass: oolite
AppImageHub:
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
could not be verified. Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.'
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64
---
1 change: 1 addition & 0 deletions data/Oolite
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/OoliteProject/oolite
Binary file added database/Oolite/icons/48x48/oolite-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions database/Oolite/oolite.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Desktop Entry]
Name=Oolite
Comment=An OpenGL Elite-like space game
Exec=oolite
Icon=oolite-icon
Terminal=false
Type=Application
Categories=Game;Simulation;
StartupWMClass=oolite

[AppImageHub]
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
Binary file added database/Oolite/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.