fix reg delete cleanup

This commit is contained in:
MTRNord 2017-10-02 22:47:26 +02:00
parent fa0792d3c2
commit 4a5783dc8f
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F

View File

@ -13,7 +13,7 @@ Component.prototype.createOperations = function()
/**
* Cleanup AppData and registry
*/
component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete HKEY_CURRENT_USER\\Software\\nheko\\nheko /f");
component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete HKEY_CURRENT_USER\Software\nheko\nheko /f");
var localappdata = installer.environmentVariable("LOCALAPPDATA");
if( localappdata != "" )
{