mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-02 10:18:30 +00:00
fix outfunc handling better
This commit is contained in:
parent
a9d91c3471
commit
76daa9ca27
|
@ -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
|
||||
|
@ -32,4 +33,5 @@ esac
|
|||
}
|
||||
|
||||
appa
|
||||
script="$(which appdwarf)"
|
||||
appmk
|
||||
|
|
|
@ -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"
|
||||
|
@ -37,4 +38,5 @@ if [ "$PREFIX" ]; then
|
|||
appa
|
||||
fi
|
||||
|
||||
script="$(which appdwarf)"
|
||||
appmk
|
||||
|
|
Loading…
Reference in a new issue