Skip to content

Commit

Permalink
Added tar.gz and tweaked the bat file
Browse files Browse the repository at this point in the history
  • Loading branch information
alaninmcr committed May 4, 2017
1 parent ea303c9 commit 645999c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/rightfield.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
java -Xmx500M -jar %~dp0%\rightfield-bin.jar
set classpath=%~dp0%
java -Xmx500M -jar rightfield-bin.jar "%classpath%"
@echo off
if errorlevel = 1 goto Error
goto End
Expand Down
1 change: 1 addition & 0 deletions src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<id>bin</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
</formats>
<baseDirectory>RightField</baseDirectory>
<fileSets>
Expand Down

0 comments on commit 645999c

Please sign in to comment.