mirror of
https://github.com/RetroDECK/AppImages.git
synced 2025-04-11 02:55:09 +00:00
Refactor appimage_maker.sh to run directly
This commit is contained in:
parent
750b468d3a
commit
57b0902591
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue