Skip to content

Commit

Permalink
Remove local dev patch that was accidentally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Jan 18, 2024
1 parent 0ecd43b commit f39af3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipe/post-link.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@echo off
setlocal ENABLEDELAYEDEXPANSION

set PREFIX=C:\Users\rclary\Documents\Repos\spyder-feedstock\recipe

set menudir=%PREFIX%\Menu

if exist "%menudir%\conda-based-app" (
:: Installed in installer environment, abridge shortcut name
Expand All @@ -18,7 +17,6 @@ if exist "%PREFIX%\condabin\" if exist "%PREFIX%\envs\" (
exit /b %errorlevel%

:patch
set menudir=%PREFIX%
set menu=%menudir%\spyder-menu.json
set tmpmenu=%menudir%\spyder-menu-tmp.json
set findreplace=%~1
Expand Down

0 comments on commit f39af3a

Please # to comment.