Skip to content

Commit

Permalink
Merge pull request conda-forge#156 from mrclary/post-link-fix
Browse files Browse the repository at this point in the history
Remove local dev patch that was accidentally committed
  • Loading branch information
ccordoba12 authored Jan 18, 2024
2 parents 0ecd43b + f39af3a commit fc8e390
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 fc8e390

Please # to comment.