added WezTerm
This commit is contained in:
parent
fd79cc7e21
commit
efe74e37d2
6
optional/config/install-wezterm.txt
Normal file
6
optional/config/install-wezterm.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Setup]
|
||||
Lang=english
|
||||
Dir=C:\Program Files\WezTerm
|
||||
Group=(Default)
|
||||
NoIcons=0
|
||||
Tasks=desktopicon
|
@ -2,7 +2,7 @@
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-moneyxplex.txt
|
||||
set CONFIG=config\install-moneyplex.txt
|
||||
set EXE=..\software\moneyplex-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
||||
|
27
optional/install-wezterm.cmd
Normal file
27
optional/install-wezterm.cmd
Normal file
@ -0,0 +1,27 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-wezterm.txt
|
||||
set EXE=..\software\wezterm-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
||||
if NOT EXIST %EXE% (
|
||||
echo ERROR: %EXE% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo killing WezTerm processes...
|
||||
taskkill /F /IM wezterm-gui.exe 2>nul
|
||||
|
||||
echo installing WezTerm ...
|
||||
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||
|
||||
rem refresh desktop (W10 style)
|
||||
ie4uinit.exe -show
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
@ -35,3 +35,4 @@ https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Wi-Fi.z
|
||||
https://www.heidisql.com/installers/HeidiSQL_12.3.0.6589_Setup.exe heidisql-setup.exe
|
||||
https://github.com/jgraph/drawio-desktop/releases/download/v21.6.5/draw.io-21.6.5.msi drawio-setup.msi
|
||||
https://2.na.dl.wireshark.org/win64/Wireshark-win64-4.0.7.exe wireshark-setup.exe
|
||||
https://github.com/wez/wezterm/releases/download/20230712-072601-f4abf8fd/WezTerm-20230712-072601-f4abf8fd-setup.exe wezterm-setup.exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user