mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
Try and run the installer at User privileges (#1039)
This commit is contained in:
parent
268bb437ef
commit
39ee16a6bd
@ -20,6 +20,7 @@ installer :: FilePath -> Action SectionId
|
||||
installer sdkDir = do
|
||||
name "DAML SDK installer"
|
||||
outFile "daml-sdk-installer.exe"
|
||||
requestExecutionLevel User
|
||||
section "" [] $ do
|
||||
-- We use PLUGINSDIR as an easy way to get a temporary directory
|
||||
-- that nsis will cleanup automatically.
|
||||
|
Loading…
Reference in New Issue
Block a user