Refactor appimage_maker.sh to run directly

This commit is contained in:
XargonWan 2025-03-31 08:55:01 +09:00
parent 750b468d3a
commit 57b0902591

View file

@ -9,7 +9,7 @@ set -e
# $4: (Optional) Additional CMake arguments
# $5...: (Optional) One or more patch file paths to be applied before building
build_appimage() {
local REPO_URL="$1"
local APP_NAME="$2"
local APPIMAGE_OUTPUT="$3"
@ -93,7 +93,6 @@ build_appimage() {
popd > /dev/null
cd "$CURRENT_DIR"
}
# Example usage:
# This will clone the repository into a folder named "dolphin-emu",