From 3f054c5bc33787113d9635def5ee6ccc1f641c07 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Mon, 15 Apr 2024 14:20:19 +0200 Subject: [PATCH] [conty-bin] hide wine --- ap/conty-bin/SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ap/conty-bin/SlackBuild b/ap/conty-bin/SlackBuild index 65a70968..273a8e00 100755 --- a/ap/conty-bin/SlackBuild +++ b/ap/conty-bin/SlackBuild @@ -6,7 +6,7 @@ PRGNAM=$(basename $CWD) GITHUB_REPO=Kron4ek/Conty VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | grep tag_name | grep -o "[0-9.]*")} ARCH=${ARCH:-$(uname -m)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} TAG=${TAG:-gwh} EDITION=${EDITION:-"_lite_dwarfs"} # "", "_lite", "_dwarfs", "_lite_dwarfs" @@ -45,7 +45,7 @@ Exec=$PREFIX/bin/steam Name=Steam EOF -for prg in wine winetricks lutris playonlinux4; do +for prg in lutris playonlinux4; do ln -s conty $prg cat < $PKG$PREFIX/share/applications/$prg.desktop [Desktop Entry]