updated audio-record station

This commit is contained in:
Mikhail Tergoev 2025-04-01 16:02:28 +03:00
parent cbf128f7c2
commit d0415b1f7c
3 changed files with 5 additions and 5 deletions

@ -3,14 +3,14 @@
########################################################################
export WH_AUTOINSTALL="1"
export WH_WINE_USE="wine_x_tkg_10-0_i586"
export WINEPREFIX="audio_station"
export WINEPREFIX="desktopaudiostation"
export PROG_NAME="АС Прослушивания"
export PROG_ICON="desktopaudiostation"
export BASE_PFX="none"
export WH_WINDOWS_VER="10"
export WINEARCH="win32"
export INSTALL_DLL="dotnet48 corefonts vcrun2022 dsound xact winhttp gdiplus"
export USE_RENDERER="proton"
export USE_RENDERER="opengl"
if [[ -f "$2" ]] ; then
prepair_wine

@ -3,14 +3,14 @@
########################################################################
export WH_AUTOINSTALL="1"
export WH_WINE_USE="wine_x_tkg_10-0_i586"
export WINEPREFIX="audio_station"
export WINEPREFIX="isrecordingstation"
export PROG_NAME="АС Записи"
export PROG_ICON="recordingstation"
export PROG_ICON="isrecordingstation"
export BASE_PFX="none"
export WH_WINDOWS_VER="10"
export WINEARCH="win32"
export INSTALL_DLL="dotnet48 corefonts vcrun2022 dsound xact winhttp gdiplus"
export USE_RENDERER="proton"
export USE_RENDERER="opengl"
if [[ -f "$2" ]] ; then
prepair_wine

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB