mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-08 03:38:27 +02:00
fix script conditional
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