Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
psi29a committed Feb 2, 2017
1 parent 4418fa0 commit 061049d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ after_build:
- if %CONFIGURATION%==debug set DEBUG_POSTFIX=_debug
- set BUILD_DIR=%APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%
- set BUILD_NAME=nifskope_%platform%%DEBUG_POSTFIX%.zip
- 7z %BUILD_NAME% %BUILD_DIR%
- 7z %BUILD_NAME% rn %BUILD_DIR% %CONFIGURATION% NifSkope
- 7z a %BUILD_NAME% %BUILD_DIR%
- 7z rn %BUILD_NAME% %BUILD_DIR% %CONFIGURATION% NifSkope

test: off

Expand Down

0 comments on commit 061049d

Please sign in to comment.