mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 02:38:26 +02:00
Merge pull request #13 from KernelGhost/codex/edit-install.bat-to-fix-if-exist-syntax
Fix conditional in OEM install script from `if exists` to `if exist`.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
reg import %~dp0\RDPApps.reg
|
||||
|
||||
if exists %~dp0\Container.reg (
|
||||
if exist %~dp0\Container.reg (
|
||||
reg import %~dp0\Container.reg
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user