Skip to content

Instantly share code, notes, and snippets.

View jzbz's full-sized avatar
🦬

Jonathan Zeppettini jzbz

🦬
View GitHub Profile
@naveenadi
naveenadi / appimage_builder
Created October 18, 2021 16:16
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