Skip to content

Commit

Permalink
fix outfunc handling better
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Aug 19, 2024
1 parent a9d91c3 commit 76daa9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/mkdotnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ VER=$(curl $LINK/"$VER"/latest.version)
LINK="$LINK/$VER/dotnet-$TYPE-$VER-linux-x64.tar.gz"
ungz

script="$0"
apprun() {
export DOTNET_ROOT="$APPDIR"
case "$(basename "$ARGV0")" in
Expand All @@ -32,4 +33,5 @@ esac
}

appa
script="$(which appdwarf)"
appmk
2 changes: 2 additions & 0 deletions apps/mkwine
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ t=winetricks
wget -O"$DIR"/bin/$t github.com/$t/$t/raw/master/src/$t
chmod +x "$DIR"/bin/$t

script="$0"
apprun() {
export PATH="$APPDIR"/bin:"$PATH"
export LD_LIBRARY_PATH="$APPDIR"/lib64:"$APPDIR"/lib:"$LD_LIBRARY_PATH"
Expand All @@ -37,4 +38,5 @@ if [ "$PREFIX" ]; then
appa
fi

script="$(which appdwarf)"
appmk

0 comments on commit 76daa9c

Please sign in to comment.