forked from CastroFidel/winehelper
replace PP_ to WH_ in the naming variables
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# info_ru: Справочник кодов обозначения налоговых органов для целей учета налогоплательщиков
|
||||
########################################################################
|
||||
export AUTOINSTALL_EXE="${PP_TMP_DIR}/soun_ins.exe"
|
||||
export PP_WINE_USE="wine_x_tkg_10-0_amd64"
|
||||
export AUTOINSTALL_EXE="${WH_TMP_DIR}/soun_ins.exe"
|
||||
export WH_WINE_USE="wine_x_tkg_10-0_amd64"
|
||||
export WINEPREFIX="soun"
|
||||
export PROG_NAME="СОУН"
|
||||
# export PROG_VERSION=""
|
||||
@ -11,7 +11,7 @@ export PROG_ICON="soun"
|
||||
export BASE_PFX="defpfx_x86_v01"
|
||||
export WINEARCH="win32"
|
||||
export INSTALL_DLL="corefonts"
|
||||
export PP_WINDOWS_VER="10"
|
||||
export WH_WINDOWS_VER="10"
|
||||
|
||||
prepair_wine
|
||||
if try_download "https://data.nalog.ru/files/Soun/2.6.2/soun_ins.exe" "${AUTOINSTALL_EXE}" ; then
|
||||
|
Reference in New Issue
Block a user