Skip to content

Commit

Permalink
Remove obsolete references to vapoursynth_filter_32.ax
Browse files Browse the repository at this point in the history
Fix issue #95
  • Loading branch information
CrendKing committed Sep 3, 2024
1 parent c9bed8c commit 706bc8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion install.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
regsvr32 "%~dp0avisynth_filter_64.ax"
regsvr32 "%~dp0avisynth_filter_32.ax"
regsvr32 "%~dp0vapoursynth_filter_64.ax"
regsvr32 "%~dp0vapoursynth_filter_32.ax"
1 change: 0 additions & 1 deletion uninstall.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
regsvr32 /u "%~dp0avisynth_filter_64.ax"
regsvr32 /u "%~dp0avisynth_filter_32.ax"
regsvr32 /u "%~dp0vapoursynth_filter_64.ax"
regsvr32 /u "%~dp0vapoursynth_filter_32.ax"
start /min reg delete HKEY_CURRENT_USER\Software\AviSynthFilter /f

0 comments on commit 706bc8d

Please sign in to comment.