11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
; Lite-XL AutoInstall
|
||
|
; $VER: Lite-XL AutoInstall 1.0 (15.02.2024)
|
||
|
|
||
|
; Get the path to the executable from the ENV variable
|
||
|
Set litexlPath `GetEnv AppDir/lite-xl`
|
||
|
|
||
|
copy LiteXL2/#? "$litexlPath" CLONE ALL
|
||
|
|
||
|
; Free the variable
|
||
|
UnSet litexlPath
|