Skip to content

Commit

Permalink
fixed conda_build_portableIcon_release.cmd, removed conda_build.cmd, …
Browse files Browse the repository at this point in the history
…and added help text to icon.cmd
  • Loading branch information
eschen42 committed Aug 24, 2021
1 parent 40c054f commit f41ef7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 375 deletions.
10 changes: 9 additions & 1 deletion icon.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,13 @@
set EXIT_ERROR=1

:usage
echo usage: icon [options for icont] [program.icn or -] [args for program]
echo.
echo.usage: icon [options for icont] [program.icn or -] [args for program]
echo.
echo.For info regarding this build, see
echo. https://github.com/eschen42/portableIcon
echo.
echo.For info regarding the Icon programming language, see
echo. https://www.cs.arizona.edu/icon
echo.
endlocal&exit /b %EXIT_ERROR%
373 changes: 0 additions & 373 deletions src/conda_build.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion src/conda_build_portableIcon_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set BUILD_NUMBER=0
set SOURCE_REVISION=rev4
set RELEASE_TAG=v9.5.2_conda_%BUILD_NUMBER%_%SOURCE_REVISION%
:: set RELEASE_ZIP=https://github.com/eschen42/portableIcon/archive/{sha}.zip
:: set RELEASE_ZIP=https://github.com/eschen42/portableIcon/archive/f40d42bb986b75f5be9c249662804e6dc8f19a9f.zip
set RELEASE_ZIP=https://github.com/eschen42/portableIcon/archive/refs/tags/%RELEASE_TAG%.zip
set RELEASE_ZIP=https://github.com/eschen42/portableIcon/archive/f40d42bb986b75f5be9c249662804e6dc8f19a9f.zip
set RELEASE_URL=https://github.com/eschen42/portableIcon/releases/tag/%RELEASE_TAG%
curl -L -o portableIcon-master.zip %RELEASE_ZIP% || (
echo.zip download failed.
Expand Down

0 comments on commit f41ef7c

Please sign in to comment.