Skip to content

Instantly share code, notes, and snippets.

@kwadroke
Last active November 23, 2020 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwadroke/72185fde82d84b1877462f82b3865488 to your computer and use it in GitHub Desktop.
Save kwadroke/72185fde82d84b1877462f82b3865488 to your computer and use it in GitHub Desktop.
Empty Epsilon Appimage
```
app: Linux_EmptyEpsilon_EE-2020.11.23
binpatch: true
ingredients:
dist: buster
sources:
- deb http://ftp.us.debian.org/debian/ buster main contrib non-free
debs:
## Change the path of the Deb file to your downloaded location
- /home/kwadroke/Downloads/games/Linux_EmptyEpsilon_EE-2020.11.23.deb
packages:
- libsfml-system2.5
- libsfml-audio2.5
- libsfml-graphics2.5
- libsfml-window2.5
- libsfml-network2.5
script:
- cp usr/local/bin/EmptyEpsilon usr/bin/
- cp usr/local/share/emptyepsilon/resources/logo_white.png logo.png
- cat > linux_emptyepsilon_ee-2020.11.23.desktop <<EOF
- [Desktop Entry]
- Name=Empty Epsilon 2020.11.23
- GenericName=Starship Bridge Simulator
- Icon=logo.png
- Exec=EmptyEpsilon
- Terminal=false
- Type=Application
- Categories=Game;
- StartupNotify=true
```
@kwadroke
Copy link
Author

run pkg2appimage emptyepsilon.yml to build.

@kwadroke
Copy link
Author

Updated to latest EmptyEpsilon

@kwadroke
Copy link
Author

Found issues with path. Was running outside of my appimage and not actually using it. Should work now.

@kwadroke
Copy link
Author

kwadroke commented Sep 7, 2020

Tested AppImage on Fedora 32 and works fine for me.

@kwadroke
Copy link
Author

kwadroke commented Nov 23, 2020

Updated to 2020.11.23 of EE. Fixed some path issues. Added Version in Desktop icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment