mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-07 06:59:35 +00:00
ref #628 reset variables
This commit is contained in:
parent
036728ee76
commit
9051be9c60
@ -89,9 +89,9 @@ function systemIntegration() {
|
||||
if (systemInfo.kernelType === "winnt") {
|
||||
|
||||
component.addOperation('Execute', ["SETX", "cqtdeployer", targetDir + "\\" + VERSION + "\\cqtdeployer.bat"],
|
||||
"UNDOEXECUTE", ["SETX", "cqtdeployer="])
|
||||
"UNDOEXECUTE", ["SETX", "cqtdeployer", ""])
|
||||
component.addOperation('Execute', ["SETX", "cqtDir", targetDir + "\\" + VERSION + "\\"],
|
||||
"UNDOEXECUTE", ["SETX", "cqtDir="])
|
||||
"UNDOEXECUTE", ["SETX", "cqtDir", ""])
|
||||
|
||||
|
||||
let PATH = installer.environmentVariable("PATH");
|
||||
|
Loading…
x
Reference in New Issue
Block a user