Skip to content

Instantly share code, notes, and snippets.

View ciekals11's full-sized avatar
🎯
Focusing

Kamil Ciekalski ciekals11

🎯
Focusing
  • Self employed
  • Kalisz
View GitHub Profile
#!/bin/bash
# Creates `.desktop` file for ModrinthApp from AppImage
# Example:
# ./installModrinth.sh ~/Downloads/Modrinth\ App.AppImage
APPIMAGE_PATH="$1"
# Check if AppImage file exists