Skip to content

Instantly share code, notes, and snippets.

@Drsheppard01
Drsheppard01 / appimage_builder
Last active January 22, 2026 01:07 — forked from naveenadi/appimage_builder
Create AppImage from Flutter App Linux
#! /bin/bash
export ARCH=$(uname -m)
echo "INFO:Generator:Searching AppDir"
read -p "? ID [Eg: com.example.app]: " appId
read -p "? Application Name: " appName
read -p "? Icon: " appIcon
read -p "? Executable path relative to AppDir [usr/bin/app]: " appExec
# read -p "? Arguments [Default: $@]: " appExec_args