File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44/conda-recipe / export-ignore
55/devutils export-ignore
66.gitarchive.cfg export-subst
7+ * .bat text eol =crlf
Original file line number Diff line number Diff line change 1- %PYTHON% setup.py install
2- if errorlevel 1 exit 1
3-
4- :: Add more build steps here, if they are necessary.
5-
6- set MENU_DIR = %PREFIX% \Menu
7- if not exist (%MENU_DIR% ) mkdir %MENU_DIR%
8-
9- cd %RECIPE_DIR%
10- %PYTHON% expandpdfguibase.py menu-windows.json > %MENU_DIR% \menu-windows.json
11- if errorlevel 1 exit 1
12-
13- copy pdfgui.ico %MENU_DIR% \
14- if errorlevel 1 exit 1
15-
16- :: See http://docs.continuum.io/conda/build.html
17- :: for a list of environment variables that are set during the build process.
1+ %PYTHON% setup.py install
2+ if errorlevel 1 exit 1
3+
4+ :: Add more build steps here, if they are necessary.
5+
6+ set MENU_DIR = %PREFIX% \Menu
7+ if not exist (%MENU_DIR% ) mkdir %MENU_DIR%
8+
9+ cd %RECIPE_DIR%
10+ %PYTHON% expandpdfguibase.py menu-windows.json > %MENU_DIR% \menu-windows.json
11+ if errorlevel 1 exit 1
12+
13+ copy pdfgui.ico %MENU_DIR% \
14+ if errorlevel 1 exit 1
15+
16+ :: See http://docs.continuum.io/conda/build.html
17+ :: for a list of environment variables that are set during the build process.
You can’t perform that action at this time.
0 commit comments