Skip to content

Commit

Permalink
Updated packaging to delete interrmediate files.
Browse files Browse the repository at this point in the history
  • Loading branch information
xNWP committed Oct 5, 2021
1 parent 1eee709 commit fe0713f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package_files_for_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ SET /P versionMinor="Version Minor: "
SET filelist=%title%_%versionMajor%_%versionMinor%.jsx INSTALLATION.txt
SET archName="%title%_%versionMajor%_%versionMinor%"

DEL %title%_*
COPY %title%.jsx %title%_%versionMajor%_%versionMinor%.jsx

%sevzip% a -t7z %archName%.7z %filelist%
%sevzip% a -tzip %archName%.zip %filelist%

DEL %title%_%versionMajor%_%versionMinor%.jsx

ECHO.
ECHO Packaged.

0 comments on commit fe0713f

Please sign in to comment.