diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-18 22:38:02 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-18 22:38:02 +0300 |
commit | 822398e2867b3494296a87139035ee17ee0f6c30 (patch) | |
tree | 24c0a0d38123647bba80498026b25fe404b99eac | |
parent | 634f91dd13210fb0dc2549d9d821ebd523f81feb (diff) |
Update launchSettings.json
-rw-r--r-- | RhSolutions.AddIn/Properties/launchSettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RhSolutions.AddIn/Properties/launchSettings.json b/RhSolutions.AddIn/Properties/launchSettings.json index c36dbc3..9a75b36 100644 --- a/RhSolutions.AddIn/Properties/launchSettings.json +++ b/RhSolutions.AddIn/Properties/launchSettings.json @@ -3,7 +3,7 @@ "Excel": { "commandName": "Executable", "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE", - "commandLineArgs": "RhSolutions-AddIn64.xll" + "commandLineArgs": "/x \"RhSolutions-AddIn64.xll\"" } } }
\ No newline at end of file |