Skip to content

Commit 770b744

Browse files
authored
Retire Windows envvar-deletion code (#3234)
It's been three years since OpenShot stopped inserting those envvars. If anyone still has them set today, it's likely they were created by some other software and we shouldn't be removing them.
1 parent 34fab2b commit 770b744

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

installer/windows-installer.iss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ Type: dirifempty; Name: "{app}\*"
121121
Type: files; Name: "{group}\OpenShot Video Editor"; BeforeInstall: DeleteInvalidFiles
122122

123123
[Registry]
124-
; Remove previously installed registry keys (no longer needed)
125-
Root: HKLM; Subkey: "System\CurrentControlSet\Control\Session Manager\Environment"; ValueName:"QT_PLUGIN_PATH"; ValueType: none; Flags: deletevalue;
126-
Root: HKLM; Subkey: "System\CurrentControlSet\Control\Session Manager\Environment"; ValueName:"MAGICK_CONFIGURE_PATH"; ValueType: none; Flags: deletevalue;
127-
128124
; Associate .osp files with the installed application. Uninstaller will clean them up, when run.
129125

130126
; Filename extension .osp

0 commit comments

Comments
 (0)