Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created November 14, 2021 10:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tablacus/6e2e165b8f5a1e99c03358a48e855da2 to your computer and use it in GitHub Desktop.
Save tablacus/6e2e165b8f5a1e99c03358a48e855da2 to your computer and use it in GitHub Desktop.
Trident <--> Blink - Tablacus Explorer
wsh.CurrentDirectory = fso.BuildPath(te.Data.Installed, 'lib');
if (window.chrome) {
fso.MoveFile('tewv64.dll', '_tewv64.dll');
fso.MoveFile('tewv32.dll', '_tewv32.dll');
} else {
fso.MoveFile('_tewv64.dll', 'tewv64.dll');
fso.MoveFile('_tewv32.dll', 'tewv32.dll');
}
FinalizeUI();
te.Reload(1);
@tablacus
Copy link
Author

@tablacus
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment