diff --git a/appdwarf b/appdwarf index acdb163..4cef8cf 100755 --- a/appdwarf +++ b/appdwarf @@ -87,7 +87,7 @@ case "$1" in -p | -z | --prefix | --zzexe ) zzexe "$@" ;; --version | -v ) - tput setaf 2; echo appdwarf 2023.02.04 + tput setaf 2; echo appdwarf 2023.05.25 tput setaf 6; echo Built by July 🏳️‍🌈; exit ;; -* | '' ) echo "Usage: appdwarf [option] [APP/FILE/FOLDER/URL] [compression options]" diff --git a/apps/mkdotnet b/apps/mkdotnet index 20451be..b551572 100755 --- a/apps/mkdotnet +++ b/apps/mkdotnet @@ -1,9 +1,9 @@ #!/bin/sh . "$(dirname "$0")"/appmk part0 -LINK=https://dotnetcli.azureedge.net/dotnet/Runtime +LINK=https://dotnetcli.azureedge.net/dotnet/Sdk VER=$(curl $LINK/STS/latest.version) -LINK="$LINK/$VER/dotnet-runtime-$VER-linux-x64.tar.gz" +LINK="$LINK/$VER/dotnet-sdk-$VER-linux-x64.tar.gz" ungz ln -s dotnet "$DIR"/AppRun part9 diff --git a/apps/mkwine b/apps/mkwine index d2dddf7..5bc6c2d 100755 --- a/apps/mkwine +++ b/apps/mkwine @@ -10,6 +10,7 @@ unarc mv "$DIR"/wine*/* "$DIR"/GE-Proton*/files/* "$DIR"/lutris*/* "$DIR" || true t=winetricks; wget -O"$DIR"/bin/$t github.com/$t/$t/raw/master/src/$t chmod +x "$DIR"/bin/$t +rm -r "$DIR"/lib/wine/i386* if [ "$PREFIX" ]; then WINEPREFIX="$DIR/prefix" "$DIR/bin/wine" cmd /c exit